This list is for supporting Open MPI, not MPICH (MPICH is an entirely
different software package). You should probably redirect your
question to their support lists.
FWIW, based on the error message, it sounds like you may have an
incorrect MPI application with a race condition -- sometime
Hi
I am using mpich2-1.0.3 to compiling our code. Our code is calling MPI_WAITALL.
We ran the case in intel-Dual core without any problem and solution was fine. I
tried to ran the code in intel quad-core. Compilation using mpif90 is fine. I
started running the executable file, i got the followin