Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

mpiexec starts multiple processes of same rank 0

Alexander_W_2
Beginner
296 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
pbkenned1
Employee
297 Views

This is not a C++ compiler question.  You will be more likely to receive help by asking your question on the HPC/Cluster Forum:

https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology

Patrick

0 Kudos
Reply