Skip to content

Commit a39cb74

Browse files
committed
ompi/datatype: don't call opal_datatype_finalize directly
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
1 parent 0edfd32 commit a39cb74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/datatype/ompi_datatype_module.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,8 @@ int32_t ompi_datatype_finalize( void )
649649
/* release the local convertors (external32 and local) */
650650
ompi_datatype_default_convertors_fini();
651651

652-
opal_datatype_finalize();
652+
/* don't call opal_datatype_finalize () as it no longer exists. the function will be called
653+
* opal_finalize_util (). */
653654

654655
return OMPI_SUCCESS;
655656
}

0 commit comments

Comments
 (0)