Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2159 Discussions

mpiexec starts multiple processes of same rank 0

Alexander_W_2
Beginner
477 Views

Hello everybody

I am using the new Intel Composer XE 2015 which comes with a version of Intel MPI. I have been using OPENMPI before and compiled with g++ and my programs ran fine. Now with the new Intel Compiler I am able to compile and run the application but if I execute for example mpiexec -n 12 test_program the programm is executed 12 times but all the time with rank 0 and the processes do not communicate and assume they are on their own. So i assume something is wrong with the mpiexec script or maybe some message passing daemon. Thanks in advance for your answers

Best

Alex

0 Kudos
1 Reply
James_T_Intel
Moderator
477 Views

Please ensure that you linked to the Intel® MPI Library at compile and link time, and that you are using the correct mpirun and MPI libraries.  The Intel® MPI Library is incompatible with OpenMPI*.

0 Kudos
Reply