Re: [OMPI users] using MPI_Comm_spawn in OpenMPI 1.8.4 with SLURM

2015-02-26 Thread Ralph Castain
Pretty sure Slurm doesn’t support dynamic spawn - we don’t support it when direct launched using srun. It is only supported when launched by mpiexec Might change in future releases, assuming Slurm has or adds the support > On Feb 26, 2015, at 5:26 AM, Lev Givon wrote: > > I've been using Open

[OMPI users] using MPI_Comm_spawn in OpenMPI 1.8.4 with SLURM

2015-02-26 Thread Lev Givon
I've been using OpenMPI 1.8.4 manually built on Ubuntu 14.04.2 against the PMI libraries provided by the stock SLURM 2.6.5 Ubuntu packages. Although I am able to successfully run MPI jobs that use MPI_Comm_spawn via mpi4py 1.3.1 (also manually built against OpenMPI 1.8.4) to dynamically create proc