Skip to main content

Questions tagged [mpi]

1 vote
1 answer
224 views

sorry I'm not sure if this is better asked here or Stack Overflow, but this is with a fresh Fedora 39 install, and I've tested it with the packages (installed via dnf) mpich-devel, openmpi-devel and (...
tmph's user avatar
  • 111
0 votes
0 answers
197 views

How do I find out what MPI (MPICH, OpenMPI, etc) is installed? MPI location (returned by which mpiexec) is cryptic and does not hint a vendor. mpiexec --version returns mpiexec version 1.1.8 mpiexec -...
user2052436's user avatar
0 votes
0 answers
205 views

I have been using MPI in THCP diskless sever. However, when I run jobs with MPI, sometimes the process die because of SSH disconnected. client_loop: send disconnect: Broken pipe There is no error or ...
JeongYeong Kim's user avatar
0 votes
1 answer
588 views

While trying to run the following .sh file I get an error from mpirun: The file: (additional python config omitted for brevity) NB_MPI_WORKERS=2 SEED=0 mpirun --n ${NB_MPI_WORKERS} python start.py --...
Mandias's user avatar
  • 43
0 votes
0 answers
153 views

I run a mpi progrem with mpirun -n 2 ./a.x. However, these two processes was stuck. And it is always get stuck and seldom(actually only once) pass through. I find follow information by strace and ...
Runfeng Jin's user avatar
2 votes
1 answer
378 views

I've been trying to move some existing processes to a revamped linux cluster that now runs on slurm. I thought I have it done, but my problem now is trying to get multiple cores to run. Here is my ...
ted y's user avatar
  • 21
2 votes
1 answer
8k views

I have an AWS EC2 Ubuntu 20.04 instance, accessed via puTTY SSH. Running a Python process via OpenMPI through the following command on non root: nohup mpirun python3 job.py When the shell is open it ...
Sad CRUD Developer's user avatar
1 vote
1 answer
2k views

For educational purposes I'd like to set up several MPI libraries, e.g. OpenMPI, MPICH, and Intel MPI along with different backend compilers (gcc, clang, icc) on the same machine running Ubuntu 18.04....
mentalmushroom's user avatar

15 30 50 per page