9 while(info != MPI_SUCCESS)
11 i=MPI_Error_class(info, &errclass);
12 if ( (errclass != MPI_ERR_UNKNOWN) && (errclass != MPI_ERR_OTHER) &&
13 (errclass != MPI_ERR_INTERN) )
15 Mmpierror(info,
"MPI_Irecv", ctxt, __LINE__, __FILE__);
17 "MPI error %d on call to MPI_Irecv", info);
19 #if (BlacsDebugLvl > 0)
21 "MPI error %d assumed to mean out of non-blocking resources on call to MPI_Irecv",