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 0edfd32 commit a39cb74Copy full SHA for a39cb74
ompi/datatype/ompi_datatype_module.c
@@ -649,7 +649,8 @@ int32_t ompi_datatype_finalize( void )
649
/* release the local convertors (external32 and local) */
650
ompi_datatype_default_convertors_fini();
651
652
- opal_datatype_finalize();
+ /* don't call opal_datatype_finalize () as it no longer exists. the function will be called
653
+ * opal_finalize_util (). */
654
655
return OMPI_SUCCESS;
656
}
0 commit comments