10 while(info != MPI_SUCCESS)
12 i=MPI_Error_class(info, &errclass);
13 if ( (errclass != MPI_ERR_UNKNOWN) && (errclass != MPI_ERR_OTHER) &&
14 (errclass != MPI_ERR_INTERN) )
16 Mmpierror(info,
"MPI_Irecv", ctxt, __LINE__, __FILE__);
18 "MPI error %d on call to MPI_Irecv", info);
20#if (BlacsDebugLvl > 0)
22"MPI error %d assumed to mean out of non-blocking resources on call to MPI_Irecv",