Skip to content

Commit

Permalink
Merge pull request open-mpi#463 from DebRez/defaultProfile
Browse files Browse the repository at this point in the history
Corrected Node name ID
  • Loading branch information
rhc54 authored Aug 9, 2016
2 parents 8ff0663 + 584c641 commit 5b8ec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylib/Stages/Profile/DefaultProfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self):
self.options['kernelVersion'] = (True, "Kernel version string", ["uname", "-v"])
self.options['machineName'] = (True, "Machine name", ["uname", "-m"])
self.options['processorType'] = (True, "Processor type", ["uname", "-p"])
self.options['nodeName'] = (True, "Kernel version string", ["uname", "-n"])
self.options['nodeName'] = (True, "Node name", ["uname", "-n"])
return

def activate(self):
Expand Down

0 comments on commit 5b8ec68

Please sign in to comment.