On Sat, Oct 15, 2011 at 11:23:59AM -0600, Domingos wrote: > Dear community, > > I am trying to design a batch script that launches a parallel job with > mpirun (the Intel MPI version > i'm using does not have PMI interface so i can't launch via srun).
Intel MPI does offer a PMI interface. Here's a quick example: $ export I_MPI_PMI_LIBRARY=/full/path/to/slurm/libpmi.so $ export I_MPI_FABRICS=shm:ofa $ srun -n 2 ./hello_world You can also find more info at http://software.intel.com/en-us/articles/how-to-use-slurm-pmi-with-the-intel-mpi-library-for-linux I have been told that you should use 4.0.3 due to some fixes. -- David N. Lombard, Intel, Irvine, CA I do not speak for Intel Corporation; all comments are strictly my own.