Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nrm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
nrm
Commits
79edda55
Commit
79edda55
authored
Apr 30, 2019
by
Swann Perarnau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[style] add missing spaces to documentation
Self-explanatory.
parent
0ad81e0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
bin/nrmd
bin/nrmd
+8
-8
No files found.
bin/nrmd
View file @
79edda55
...
...
@@ -62,15 +62,15 @@ def main(argv=None):
action
=
"store_true"
)
parser
.
add_argument
(
"--nrm_log"
,
help
=
"Main log file. Override default with the NRM_LOG
.
"
help
=
"Main log file. Override default with the NRM_LOG
"
"environment variable"
,
default
=
os
.
environ
.
get
(
'NRM_LOG'
,
'/tmp/nrm.log'
))
parser
.
add_argument
(
'--hwloc'
,
help
=
"Path to the hwloc to use. This path can be "
"relative and makes uses of the $PATH if necessary."
"Override default with the HWLOC environment"
"relative and makes uses of the $PATH if necessary.
"
"Override default with the HWLOC environment
"
"variable."
,
default
=
os
.
environ
.
get
(
'HWLOC'
,
'hwloc'
))
...
...
@@ -84,20 +84,20 @@ def main(argv=None):
'argo_nodeos_config'
))
parser
.
add_argument
(
'--perf'
,
help
=
"Path to the linux perf tool to use. This path can be"
"relative and makes uses of the $PATH if necessary."
"Override default with the PERF environment"
help
=
"Path to the linux perf tool to use. This path can be
"
"relative and makes uses of the $PATH if necessary.
"
"Override default with the PERF environment
"
"variable."
,
default
=
os
.
environ
.
get
(
'PERF'
,
'perf'
))
parser
.
add_argument
(
'--pmpi_lib'
,
help
=
"Path to the libnrm PMPI library used for the power policy"
help
=
"Path to the libnrm PMPI library used for the power policy
.
"
"Override default with the PMPI environment variable."
,
default
=
os
.
environ
.
get
(
'PMPI'
,
defaults
[
'pmpi_lib'
]))
parser
.
add_argument
(
'--argo_perf_wrapper'
,
help
=
"Path to the linux perf tool to use. This path can"
help
=
"Path to the linux perf tool to use. This path can
"
"be relative and makes uses of the $PATH if "
"necessary. Override default with the PERFWRAPPER "
"environment variable."
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment