MPI_Test_cancelled
--- Tests to see if a request was canceled
Input Parameter
- status
- status object (Status)
Output Parameter
- flag
- (logical)
Synopsis
#include "mpi.h"
int MPI_Test_cancelled( status, flag )
MPI_Status *status;
int *flag;
Location: testcancel.c