140 剖析

BACKWARD FORWARD



static int nsend = 0;
int MPI_Send( start, count, datatype, dest, tag, comm )
{
nsend++;
return PMPI_Send( start, count, datatype, dest, tag, comm )
}


Copyright: NPACT BACKWARD FORWARD