Skip to content

Commit

Permalink
Slowly regaining my sanity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Santcroos committed Jan 9, 2017
1 parent 65234c8 commit 4d23d49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/radical/pilot/agent/lm/orte_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ def __init__(self, cfg, session):

LaunchMethod.__init__(self, cfg, session)

# We remove all ORTE related environment variables from the launcher
# environment, so that we can use ORTE for both launch of the
# (sub-)agent and CU execution.
self.env_removables.extend(["OMPI_", "OPAL_", "PMIX_"])


# --------------------------------------------------------------------------
#
Expand Down
3 changes: 1 addition & 2 deletions src/radical/pilot/configs/agent_titan.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"components" : {
"AgentStagingInputComponent" : 1,
"AgentSchedulingComponent" : 1,
"AgentExecutingComponent" : 1,
"AgentStagingOutputComponent" : 1
}
}
Expand Down Expand Up @@ -53,8 +54,6 @@

"agent_name" : "agent_0",
"components" : {
# AgentExecutingComponent doesn't work from Compute Node with ORTE_LIB

This comment has been minimized.

Copy link
@andre-merzky

andre-merzky Jan 9, 2017

Member

Do you know what this was about, at the end?

This comment has been minimized.

Copy link
@marksantcroos

marksantcroos Jan 9, 2017

Contributor

See the other part of the commit :)

This comment has been minimized.

Copy link
@andre-merzky

andre-merzky Jan 9, 2017

Member

Ah, right, I see... :)

This comment has been minimized.

Copy link
@marksantcroos

marksantcroos Jan 9, 2017

Contributor

Note that that was already part of the ORTE CLI LM.

"AgentExecutingComponent" : 1,
"UpdateWorker" : 1
}
}

0 comments on commit 4d23d49

Please sign in to comment.