MPI_Attr_delete

--- Deletes attribute value associated with a key

Input Parameters

comm
communicator to which attribute is attached (handle)
keyval
The key value of the deleted attribute (integer)

Synopsis


#include "mpi.h"
int MPI_Attr_delete ( comm, keyval )
MPI_Comm comm;
int      keyval;

Location: attr_delval.c