1
1

ompi/datatype: don't call opal_datatype_finalize directly

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
Этот коммит содержится в:
Nathan Hjelm 2018-12-05 15:05:02 -07:00
родитель 0edfd328f8
Коммит a39cb747dd

Просмотреть файл

@ -649,7 +649,8 @@ int32_t ompi_datatype_finalize( void )
/* release the local convertors (external32 and local) */
ompi_datatype_default_convertors_fini();
opal_datatype_finalize();
/* don't call opal_datatype_finalize () as it no longer exists. the function will be called
* opal_finalize_util (). */
return OMPI_SUCCESS;
}