[OMPI users] MPI_Irecv segmentation fault

2009-09-21 Thread Everette Clemmer
Hey all, I'm getting a segmentation fault when I attempt to receive a single character via MPI_Irecv. Code follows: void recv_func() { if( !MASTER ) { charbuffer[ 1 ]; int flag; MPI_Req

Re: [OMPI users] MPI_Irecv segmentation fault

2009-09-22 Thread Everette Clemmer
R:50898] *** End of error message *** mpirun noticed that job rank 0 with PID 50897 on node COMPUTER.local exited on signal 15 (Terminated). 1 additional process aborted (not shown) Thanks, Everette On Tue, Sep 22, 2009 at 2:28 AM, Ake Sandgren wrote: > On Mon, 2009-09-21 at 19:26 -0400,

Re: [OMPI users] MPI_Irecv segmentation fault

2009-09-28 Thread Everette Clemmer
lowing the MPI_Irecv call, but the process seems to hang before it gets to it. Not really sure why it wouldn't complete. Everette On Tue, Sep 22, 2009 at 9:24 AM, jody wrote: > Did you also change the "&buffer" to buffer in your MPI_Send call? > > Jody > > On Tu