[mpich-discuss] Destination value is being overwritten during MPI_Isend
coolhead.pranay at gmail.com
coolhead.pranay at gmail.com
Fri Feb 17 00:33:50 CST 2012
Hi,
I encountered a strange problem when trying to send a message using
MPI_ISend. The program exits with the following error message
*Fatal error in MPI_Isend: Invalid rank, error stack:
MPI_Isend(146): MPI_Isend(buf=0x6bbfc0, count=129, MPI_DOUBLE, dest=99,
tag=99, MPI_COMM_WORLD, request=0x6bd000) failed
MPI_Isend(96).: Invalid rank has value 99 but must be nonnegative and less
than 4
rank 1 in job 129 kratos_43452 caused collective abort of all ranks
exit status of rank 1: return code 1 *
I am pretty sure that the value of destination is < nprocs. Another strange
error is that when I change the tag to 88 the error is almost the same
except dest=88, "Invalid rank has a value 88".
Can tell me possible reasons for this strange behavior ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20120217/cceecc50/attachment.htm>
More information about the mpich-discuss
mailing list