MPI_Keyval_free
--- Frees attribute key for communicator cache attribute
Input Parameter
- keyval
- Frees the integer key value (integer)
Note
Key values are global (they can be used with any and all communicators)
Synopsis
#include "mpi.h"
int MPI_Keyval_free ( keyval )
int *keyval;
Location: keyval_free.c