[OMPI users] Using PMI as RTE component

2014-05-15 Thread Hadi Montakhabi
Hello, I am trying to utilize pmi instead of orte, but I come across the following problem. I do configure using --with-slurm=[slurm installation path] and --with-pmi=[slurm installation path]. After compiling, I run the executable using: $srun -n 2 --mpi=pmi2 ./executable However, this still go

[OMPI users] Using PMI as RTE component

2014-05-15 Thread Hadi Montakhabi
Hello, I am trying to utilize pmi instead of orte, but I come across the following problem. I do configure using --with-slurm=[slurm installation path] and --with-pmi=[slurm installation path]. After compiling, I run the executable using: $srun -n 2 --mpi=pmi2 ./executable However, this still go

Re: [OMPI users] Using PMI as RTE component

2014-05-15 Thread Hadi Montakhabi
m orte? Or it needs orte to function? Peace, Hadi On Thu, May 15, 2014 at 2:59 PM, Ralph Castain wrote: > What do you mean "goes through orte component"? It will still call into > the orte code base, but will use PMI to do the modex. > > On May 15, 2014, at 12:54 PM, Had

Re: [OMPI users] Using PMI as RTE component

2014-05-15 Thread Hadi Montakhabi
ained, and can only be used if forced. >> >> Is this on the trunk? Or are you using the 1.8 series? If the latter, >> that component shouldn't even be there. >> >> >> On May 15, 2014, at 1:09 PM, Hadi Montakhabi >> wrote: >> >> By "goe