Skip to content

Commit e94786f

Browse files
author
Ralph Castain
committed
Revert "Check for OPAL_PREFIX and set corresponding PMIX_PREFIX if found"
This reverts commit 3744967. Signed-off-by: Ralph Castain <[email protected]>
1 parent a7a3042 commit e94786f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

orte/mca/ess/base/ess_base_std_prolog.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* University of Stuttgart. All rights reserved.
1010
* Copyright (c) 2004-2005 The Regents of the University of California.
1111
* All rights reserved.
12-
* Copyright (c) 2017 Intel, Inc. All rights reserved.
1312
* $COPYRIGHT$
1413
*
1514
* Additional copyrights may follow
@@ -29,7 +28,6 @@
2928
#include <unistd.h>
3029
#endif
3130

32-
#include "opal/util/opal_environ.h"
3331
#include "orte/mca/errmgr/errmgr.h"
3432
#include "orte/util/show_help.h"
3533
#include "orte/runtime/orte_wait.h"
@@ -41,7 +39,6 @@ int orte_ess_base_std_prolog(void)
4139
{
4240
int ret;
4341
char *error = NULL;
44-
char *evar;
4542

4643
/* Initialize the ORTE data type support */
4744
if (ORTE_SUCCESS != (ret = orte_dt_init())) {
@@ -59,10 +56,6 @@ int orte_ess_base_std_prolog(void)
5956
goto error;
6057
}
6158
}
62-
/* check for OPAL_PREFIX */
63-
if (NULL != (evar = getenv("OPAL_PREFIX"))) {
64-
opal_setenv("PMIX_PREFIX", evar, false, &environ);
65-
}
6659

6760
return ORTE_SUCCESS;
6861

0 commit comments

Comments
 (0)