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 625d9fe + d80c428 commit 9643281Copy full SHA for 9643281
ompi/runtime/ompi_rte.c
@@ -967,8 +967,6 @@ static bool check_file(const char *root, const char *path)
967
968
int ompi_rte_finalize(void)
969
{
970
- /* shutdown pmix */
971
- PMIx_Finalize(NULL, 0);
972
973
/* cleanup the session directory we created */
974
if (NULL != opal_process_info.job_session_dir) {
@@ -1028,6 +1026,9 @@ int ompi_rte_finalize(void)
1028
1026
1029
1027
opal_finalize ();
1030
+ /* shutdown pmix */
+ PMIx_Finalize(NULL, 0);
1031
+
1032
return OMPI_SUCCESS;
1033
}
1034
0 commit comments