In many cases MPI names for C functions are of the form MPI_Class_action_subset. This convention originated with MPI-1. Since MPI-2 an attempt has been made to standardize the names of MPI functions according to the following rules.
2. If the routine is not associated with a class, the name
should be of the form MPI_Action_subset or
MPI_ACTION_SUBSET in C and Fortran.
3. The names of certain actions have been standardized. In
particular, create
creates a new object, get
retrieves information about an object, set sets
this information, delete deletes information,
is asks whether or not an object has a certain property.