Re: [OMPI users] Bugs in MPI_Abort() -- MPI_Finalize()?

2010-06-02 Thread Jeff Squyres
On Jun 2, 2010, at 9:58 AM, Yves Caniou wrote: > I copy the output of my last mail at the end of this one, to avoid searching. > Here is the line that I used to configure OMPI: > > $>./configure --prefix=/home/p10015/openmpi --with-threads=posix > --enable-mpi-threads --enable-progress-threads

Re: [OMPI users] Bugs in MPI_Abort() -- MPI_Finalize()?

2010-06-02 Thread Yves Caniou
I forgot the list... - Le Wednesday 02 June 2010 14:59:46, vous avez écrit : > On Jun 2, 2010, at 8:03 AM, Ralph Castain wrote: > > I built it with gcc 4.2.1, though - I know we have a problem with shared > > memory hanging when built with gcc 4.4.x, so I wonder if the issue here > > is

Re: [OMPI users] Bugs in MPI_Abort() -- MPI_Finalize()?

2010-06-02 Thread Jeff Squyres
On Jun 2, 2010, at 8:03 AM, Ralph Castain wrote: > I built it with gcc 4.2.1, though - I know we have a problem with shared > memory hanging when built with gcc 4.4.x, so I wonder if the issue here is > your use of gcc 4.5? It's not yet clear that we have a shared memory problem with gcc 4.4.x

Re: [OMPI users] Bugs in MPI_Abort() -- MPI_Finalize()?

2010-06-02 Thread Ralph Castain
Weird - it works fine for me: sjc-vpn5-109:mpi rhc$ mpirun -n 3 ./abort Hello, World, I am 1 of 3 -- MPI_ABORT was invoked on rank 1 in communicator MPI_COMM_WORLD with errorcode 2. NOTE: invoking MPI_ABORT causes Open MPI