Document Actions
My MPI application hangs on startup.
Up to Table of Contents
We have discovered that some applications doesn't work well with the default OpenMPI version, 1.3.2. Reverting back to v1.2.4 might solve the problem.
Symptoms
If your application has both of the following symptoms:
- works on a low number of nodes, but hangs on startup on higher node counts
- works with ethernet (by setting --mca btl ^openib on the mpirun command), but not with infiniband
Then try to revert back to OpenMPI 1.2.4 by setting this before recompiling and in your job script:
module unload openmpi module load openmpi/1.2.4 module load intel-compiler
Please tell us if this helps for you application. We try to get an idea of the extent of this problem. Send a report to support-uit@notur.no.

