Re: [OMPI users] --prefix, segfaulting

2014-09-29 Thread Ralph Castain
I'm not seeing this with 1.8.3 - can you try with it? On Sep 17, 2014, at 4:38 PM, Ralph Castain wrote: > Yeah, just wanted to make sure you were seeing the same mpiexec in both > cases. There shouldn't be any issue with providing the complete path, though > I can take a look > > > On Sep 1

Re: [OMPI users] --prefix, segfaulting

2014-09-17 Thread Ralph Castain
Yeah, just wanted to make sure you were seeing the same mpiexec in both cases. There shouldn't be any issue with providing the complete path, though I can take a look On Sep 17, 2014, at 4:29 PM, Nico Schlömer wrote: >> You should check that your path would also hit /usr/bin/mpiexec and not s

Re: [OMPI users] --prefix, segfaulting

2014-09-17 Thread Nico Schlömer
> You should check that your path would also hit /usr/bin/mpiexec and not some > other version of it ``` $ which mpiexec /usr/bin/mpiexec ``` Is this what you mean? –Nico On Thu, Sep 18, 2014 at 1:04 AM, Ralph Castain wrote: > You should check that your path would also hit /usr/bin/mpiexec and

Re: [OMPI users] --prefix, segfaulting

2014-09-17 Thread Ralph Castain
You should check that your path would also hit /usr/bin/mpiexec and not some other version of it On Sep 17, 2014, at 4:01 PM, Nico Schlömer wrote: > Hi all! > > Today, I observed a really funky behavior of my stock > ``` > $ mpiexec --version > mpiexec (OpenRTE) 1.6.5 > > Report bugs to http: