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)
Run Eigen Parallel with OpenMPI
I am new to Eigen and is writing some simple code to test its performance. I am using a MacBook Pro with M1 Pro chip (I do not know whether the ARM architecture causes the problem). The code is a simp...
user155860
Votes: 0
Answers: 1
How to control processes and threads in hybrid OpenMP/MPI job
I'm trying to control the distribution of MPI processes and their threads. In a 4-core system (cores 0, 1, 2 and 3) with GNU compilers and OpenMPI, submitting a 2x2 job (export OMP_NUM_THREADS=2 &...
vsmith
Votes: 0
Answers: 0
“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