Skip to content

Commit 8bb0082

Browse files
committed
Merge pull request #619 from hppritcha/topic/fix_busted_cray_build
odls/alps: fix busted build for cray.
2 parents 558d34a + 05325b1 commit 8bb0082

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

orte/mca/odls/alps/odls_alps_module.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -752,11 +752,6 @@ int orte_odls_alps_launch_local_procs(opal_buffer_t *data)
752752
/* launch the local procs */
753753
ORTE_ACTIVATE_LOCAL_LAUNCH(job, odls_alps_fork_local_proc);
754754

755-
opal_dstore_attr_t *attr;
756-
attr = pmix_server_create_shared_segment(job);
757-
if (NULL != attr) {
758-
opal_setenv("PMIX_SEG_INFO", attr->connection_info, true, &orte_launch_environ);
759-
}
760755
return ORTE_SUCCESS;
761756
}
762757

0 commit comments

Comments
 (0)