Skip to content

Commit 42b3541

Browse files
authored
Update mtl_psm2.c
Track change in PMIx Signed-off-by: Ralph Castain <rhc@pmix.org>
1 parent c55c9e6 commit 42b3541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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("PMIX_MCA_opa_precondition_transports");
104+
generated_key = getenv("OPA_TRANSPORT_KEY");
105105
memset(uu, 0, sizeof(psm2_uuid_t));
106106

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

0 commit comments

Comments
 (0)