Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions orte/mca/odls/alps/odls_alps_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,11 +752,6 @@ int orte_odls_alps_launch_local_procs(opal_buffer_t *data)
/* launch the local procs */
ORTE_ACTIVATE_LOCAL_LAUNCH(job, odls_alps_fork_local_proc);

opal_dstore_attr_t *attr;
attr = pmix_server_create_shared_segment(job);
if (NULL != attr) {
opal_setenv("PMIX_SEG_INFO", attr->connection_info, true, &orte_launch_environ);
}
return ORTE_SUCCESS;
}

Expand Down