Skip to content

Commit c5490fb

Browse files
committed
Add missing declaration for ompi_mpi_instance_null
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
1 parent 52ce447 commit c5490fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ompi/include/mpi.h.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,8 @@ OMPI_DECLSPEC extern struct ompi_predefined_communicator_t ompi_mpi_comm_null;
882882
OMPI_DECLSPEC extern struct ompi_predefined_group_t ompi_mpi_group_empty;
883883
OMPI_DECLSPEC extern struct ompi_predefined_group_t ompi_mpi_group_null;
884884

885+
OMPI_DECLSPEC extern struct ompi_predefined_instance_t ompi_mpi_instance_null;
886+
885887
OMPI_DECLSPEC extern struct ompi_predefined_request_t ompi_request_null;
886888

887889
OMPI_DECLSPEC extern struct ompi_predefined_message_t ompi_message_null;

0 commit comments

Comments
 (0)