File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 * All Rights reserved.
2323 * Copyright (c) 2018 Mellanox Technologies, Inc.
2424 * All rights reserved.
25- * Copyright (c) 2018 Triad National Security, LLC. All rights
25+ * Copyright (c) 2018-2019 Triad National Security, LLC. All rights
2626 * reserved.
2727 * $COPYRIGHT$
2828 *
@@ -388,9 +388,6 @@ opal_init_util(int* pargc, char*** pargv)
388388
389389 opal_init_called = true;
390390
391- /* register for */
392- opal_finalize_register_cleanup_arg (mca_base_framework_close_list , opal_init_util_frameworks );
393-
394391 /* set the nodename right away so anyone who needs it has it. Note
395392 * that we don't bother with fqdn and prefix issues here - we let
396393 * the RTE later replace this with a modified name if the user
@@ -511,6 +508,9 @@ opal_init_util(int* pargc, char*** pargv)
511508 return ret ;
512509 }
513510
511+ /* register for */
512+ opal_finalize_register_cleanup_arg (mca_base_framework_close_list , opal_init_util_frameworks );
513+
514514 OPAL_TIMING_ENV_NEXT (otmng , "opal_if_init" );
515515
516516 return OPAL_SUCCESS ;
You can’t perform that action at this time.
0 commit comments