Re: [OMPI users] Status of SLURM integration

2012-01-11 Thread Andrew Senin
Ralph, Jeff, thanks! I managed to make it work with the following configure options: ./configure --with-pmi=/usr/ --with-slurm=/usr/ --without-psm --prefix=`pwd`/install Regards, Andrew Senin On Wed, Jan 11, 2012 at 7:17 PM, Ralph Castain wrote: > Well, yes - but it isn't quite that simple. :

Re: [OMPI users] Status of SLURM integration

2012-01-11 Thread Ralph Castain
Well, yes - but it isn't quite that simple. :-/ If you want to direct-launch on slurm without using the resv_ports option, you need to build OMPI to include PMI support by including --with-pmi on your configure cmd line. You may need to point to where pmi.h resides (e.g., --with-pmi=/opt/slurm/

Re: [OMPI users] Status of SLURM integration

2012-01-11 Thread Jeff Squyres
The latest -- 1.5.5rc2 (just released last night) -- has direct "srun my_mpi_application" integration. It's not in a final release yet, but as you can probably guess by the version number, it'll be in the final version of 1.5.5. We have 1-2 bugs remaining in 1.5.5 that are actively being worke