Skip to content

Commit a722be2

Browse files
authored
Add missing MPI_T_PVAR_SESSION_NULL to mpi.h
1 parent d1fed77 commit a722be2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/include/mpi.h.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ enum {
776776
*/
777777
#define MPI_T_PVAR_ALL_HANDLES ((MPI_T_pvar_handle) -1)
778778
#define MPI_T_PVAR_HANDLE_NULL ((MPI_T_pvar_handle) 0)
779+
#define MPI_T_PVAR_SESSION_NULL ((MPI_T_pvar_session) 0)
779780
#define MPI_T_CVAR_HANDLE_NULL ((MPI_T_cvar_handle) 0)
780781

781782
/* MPI-2 specifies that the name "MPI_TYPE_NULL_DELETE_FN" (and all

0 commit comments

Comments
 (0)