python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
“unable to find the specified executable file” when trying to use mpirun on julia
I am trying to run my julia code on multiple nodes of a cluster, which uses Moab and Torque for the scheduler and resource manager.
In an interactive session where I requested 3 nodes, I load julia an...
knkn1711
Votes: 0
Answers: 1
OpenMPI does not recognize multiple nodes?
I am trying to run a Julia script in paralell on a cluster.
The cluster uses Moab and Torque for the scheduler and resource manager.
Since SSH seems to be restricted, I use MPI for multiprocessing.
I ...
knkn1711
Votes: 0
Answers: 0
Batch and Bash codes while submitting jobs
I was used to the following way of submitting my jobs that to be done in R in an sequential way in 'PBS/Torque'.
following is my R code named simsim.R
#########
set<-1
#########
# Read i
#########
...
zuko7
Votes: 0
Answers: 0
What is the simplest queue job manager for linux?
Frequently, I and my team of 6 members submit tasks to a computer. We want that the computer loads the next job after the previous one is done. We all use the same user.
In another computer we used TO...
Marco Polo Jimenez
Votes: 0
Answers: 1