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 52ce447 commit c5490fbCopy full SHA for c5490fb
ompi/include/mpi.h.in
@@ -882,6 +882,8 @@ OMPI_DECLSPEC extern struct ompi_predefined_communicator_t ompi_mpi_comm_null;
882
OMPI_DECLSPEC extern struct ompi_predefined_group_t ompi_mpi_group_empty;
883
OMPI_DECLSPEC extern struct ompi_predefined_group_t ompi_mpi_group_null;
884
885
+OMPI_DECLSPEC extern struct ompi_predefined_instance_t ompi_mpi_instance_null;
886
+
887
OMPI_DECLSPEC extern struct ompi_predefined_request_t ompi_request_null;
888
889
OMPI_DECLSPEC extern struct ompi_predefined_message_t ompi_message_null;
0 commit comments