Skip to content

Commit

Permalink
Merge pull request open-mpi#465 from DebRez/launcherFix
Browse files Browse the repository at this point in the history
Added np to log
  • Loading branch information
rhc54 authored Aug 24, 2016
2 parents 5b8ec68 + a9d8e81 commit 0a8f18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pylib/Tools/Launcher/OpenMPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,5 +275,9 @@ def execute(self, log, keyvals, testDef):
log['numPass'] = numPass
log['numSkip'] = numSkip
log['numFail'] = numFail
try:
log['np'] = cmds['np']
except KeyError:
log['np'] = None
os.chdir(cwd)
return

0 comments on commit 0a8f18f

Please sign in to comment.