Re: [OMPI users] mpirun noticed that process rank 1 ... exited on signal 13 (Broken pipe).

2009-11-11 Thread Josh Hursey
On Nov 6, 2009, at 7:59 AM, Kritiraj Sajadah wrote: > Hi Everyone, > I have install openmpi 1.3 and blcr 0.81 on my laptop (single > processor). > > I am trying to checkpoint a small test application: > > ### > > #include > #include > #include > #include > #include >

[OMPI users] mpirun noticed that process rank 1 ... exited on signal 13 (Broken pipe).

2009-11-06 Thread Kritiraj Sajadah
Hi Everyone, I have install openmpi 1.3 and blcr 0.81 on my laptop (single processor). I am trying to checkpoint a small test application: ### #include #include #include #include #include int main(int argc, char **argv) { int rank,size; MPI_Init(, );