Neutral Binding
MPI_ATTR_DELETE(comm, keyval) [ IN comm] communicator to which attribute is attached (handle) [ IN keyval] The key value of the deleted attribute (integer)
C Binding
int MPI_Attr_delete(MPI_Comm comm, int keyval)
Note: This function is deprecated.
FORTRAN Binding
MPI_ATTR_DELETE(COMM, KEYVAL, IERROR) INTEGER COMM, KEYVAL, IERROR
Note: This function is deprecated.
C++ Binding (in the MPI:: namespace)
void
MPI::Comm::Delete_attr(int comm_keyval)
|
|