Skip to content

Commit fc21599

Browse files
authored
Merge pull request #8427 from marisaroman-cornelisnetworks/FIXENNVAR
Fixing envvar names to OMPI_MCA_orte_precondition_transports
2 parents 724eb49 + 418713e commit fc21599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/mca/mtl/psm2/help-mtl-psm2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ active on the node and the hardware is functioning.
2525
Error: %s
2626
#
2727
[no uuid present]
28-
Error obtaining unique transport key from PMIX (PMIX_MCA_opa_precondition_transports %s
28+
Error obtaining unique transport key from PMIX (OMPI_MCA_orte_precondition_transports %s
2929
the environment).
3030

3131
Local host: %s

ompi/mca/mtl/psm2/mtl_psm2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ int ompi_mtl_psm2_module_init(int local_rank, int num_local_procs) {
101101
char env_string[256];
102102
int rc;
103103

104-
generated_key = getenv("OPA_TRANSPORT_KEY");
104+
generated_key = getenv("OMPI_MCA_orte_precondition_transports");
105105
memset(uu, 0, sizeof(psm2_uuid_t));
106106

107107
if (!generated_key || (strlen(generated_key) != 33) ||

0 commit comments

Comments
 (0)