/** * Measurement wrapper for MPI_Comm_delete_attr * @note Auto-generated by wrapgen from template: std.w * @note C interface * @note Introduced with MPI 2.0 * @ingroup cg_ext */ int MPI_Comm_delete_attr(MPI_Comm comm, int comm_keyval) { int return_val; if (IS_EVENT_GEN_ON_FOR(CG_EXT)) { EVENT_GEN_OFF(); esd_enter(epk_mpi_regid[EPK__MPI_COMM_DELETE_ATTR]); return_val = PMPI_Comm_delete_attr(comm, comm_keyval); esd_exit(epk_mpi_regid[EPK__MPI_COMM_DELETE_ATTR]); EVENT_GEN_ON(); } else { return_val = PMPI_Comm_delete_attr(comm, comm_keyval); } return return_val; }
int MPI_Comm_delete_attr (MPI_Comm comm, int comm_keyval) { return PMPI_Comm_delete_attr (comm, comm_keyval); }