Re: [OMPI users] disabling LSF integration at runtime

2009-11-10 Thread Chris Walker
Perfect! Thanks very much, Chris On Tue, Nov 10, 2009 at 12:22 PM, Ralph Castain wrote: > Just add > > plm = rsh > > to your default mca param file. > > You don't need to reconfigure or rebuild OMPI > > On Nov 10, 2009, at 10:16 AM, Chris Walker wrote: > >> We have modules for both 1.3.2 and 1.3

Re: [OMPI users] disabling LSF integration at runtime

2009-11-10 Thread Ralph Castain
Just add plm = rsh to your default mca param file. You don't need to reconfigure or rebuild OMPI On Nov 10, 2009, at 10:16 AM, Chris Walker wrote: We have modules for both 1.3.2 and 1.3.3 (intel compilers) Chris On Tue, Nov 10, 2009 at 11:58 AM, Ralph Castain wrote: What version of OMP

Re: [OMPI users] disabling LSF integration at runtime

2009-11-10 Thread Chris Walker
We have modules for both 1.3.2 and 1.3.3 (intel compilers) Chris On Tue, Nov 10, 2009 at 11:58 AM, Ralph Castain wrote: > What version of OMPI? > > On Nov 10, 2009, at 9:49 AM, Chris Walker wrote: > >> Hello, >> >> We've been having a lot of problems where openmpi jobs crash at >> startup becaus

Re: [OMPI users] disabling LSF integration at runtime

2009-11-10 Thread Ralph Castain
What version of OMPI? On Nov 10, 2009, at 9:49 AM, Chris Walker wrote: Hello, We've been having a lot of problems where openmpi jobs crash at startup because the call to lsb_launch fails (we have a ticket open with Platform about this). Is there a way to disable the lsb_launch startup mechani

[OMPI users] disabling LSF integration at runtime

2009-11-10 Thread Chris Walker
Hello, We've been having a lot of problems where openmpi jobs crash at startup because the call to lsb_launch fails (we have a ticket open with Platform about this). Is there a way to disable the lsb_launch startup mechanism at runtime and revert to ssh? It's easy enough to recompile without LSF