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.
2 parents 0e51b7c + a12aa2f commit bb150acCopy full SHA for bb150ac
ompi/runtime/ompi_rte.c
@@ -972,8 +972,6 @@ static bool check_file(const char *root, const char *path)
972
973
int ompi_rte_finalize(void)
974
{
975
- /* shutdown pmix */
976
- PMIx_Finalize(NULL, 0);
977
978
/* cleanup the session directory we created */
979
if (NULL != opal_process_info.job_session_dir) {
@@ -1033,6 +1031,9 @@ int ompi_rte_finalize(void)
1033
1031
1034
1032
opal_finalize ();
1035
+ /* shutdown pmix */
+ PMIx_Finalize(NULL, 0);
1036
+
1037
return OMPI_SUCCESS;
1038
}
1039
0 commit comments