Skip to content

Commit 05325b1

Browse files
committed
odls/alps: fix busted build for cray.
This commit fixes things broken by commit ea35e47. Fixes #616 Signed-off-by: Howard Pritchard <[email protected]>
1 parent 558d34a commit 05325b1

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)