We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fed77 commit a722be2Copy full SHA for a722be2
ompi/include/mpi.h.in
@@ -776,6 +776,7 @@ enum {
776
*/
777
#define MPI_T_PVAR_ALL_HANDLES ((MPI_T_pvar_handle) -1)
778
#define MPI_T_PVAR_HANDLE_NULL ((MPI_T_pvar_handle) 0)
779
+#define MPI_T_PVAR_SESSION_NULL ((MPI_T_pvar_session) 0)
780
#define MPI_T_CVAR_HANDLE_NULL ((MPI_T_cvar_handle) 0)
781
782
/* MPI-2 specifies that the name "MPI_TYPE_NULL_DELETE_FN" (and all
0 commit comments