Re: [OMPI devel] interaction with slurm 14.11

2015-04-17 Thread Ralph Castain
> On Apr 17, 2015, at 3:54 PM, David Singleton > wrote: > > > > On Sat, Apr 18, 2015 at 6:27 AM, Paul Hargrove > wrote: > > The problem here appears to be that the new (--export=NONE) behavior means > that $PATH and/or $LD_LIBRARY_PATH are not propagated, and thu

Re: [OMPI devel] interaction with slurm 14.11

2015-04-17 Thread David Singleton
On Sat, Apr 18, 2015 at 6:27 AM, Paul Hargrove wrote: > > The problem here appears to be that the new (--export=NONE) behavior means > that $PATH and/or $LD_LIBRARY_PATH are not propagated, and thus orted could > not be found. > I believe you can configure Open MPI with > --enable-mpirun-prefix-b

Re: [OMPI devel] interaction with slurm 14.11

2015-04-17 Thread Ralph Castain
> On Apr 17, 2015, at 1:27 PM, Paul Hargrove wrote: > > Ralph, > > I think David's concern is that because Slurm has changed their default > behavior, Open MPI's default behavior has changed as well. > The request (on which I have no opinion) appears to be that ORTE make an > explicit request

Re: [OMPI devel] interaction with slurm 14.11

2015-04-17 Thread Paul Hargrove
Ralph, I think David's concern is that because Slurm has changed their default behavior, Open MPI's default behavior has changed as well. The request (on which I have no opinion) appears to be that ORTE make an explicit request for the behavior that was the previous default in Slurm. That would en

Re: [OMPI devel] interaction with slurm 14.11

2015-04-17 Thread Ralph Castain
Hmmm…but what if a user -doesn’t- want their environment forwarded? Seems presumptuous of us to arbitrarily decide to do so on their behalf. > On Apr 16, 2015, at 7:42 PM, David Singleton > wrote: > > > Our site effectively runs all slurm jobs with sbatch --export=NONE ... and > creates th