MPI_Test(3) (7/12/1994) MPI_Test(3)
NAME
MPI_Test - Tests for the completion of a send or receive
INPUT PARAMETER
request
- communication request (handle)
OUTPUT PARAMETER
flag - true if operation completed (logical)
status
- status object (Status)
SYNOPSIS
#include "mpi.h"
int MPI_Test ( request, flag, status )
MPI_Request *request;
int *flag;
MPI_Status *status;
LOCATION
test.c
Page 1 (printed 3/8/95)