Skip to content
Snippets Groups Projects
Commit 27736de0 authored by Morris Jette's avatar Morris Jette
Browse files

Merge branch 'slurm-2.6'

Conflicts:
	doc/man/man5/slurmdbd.conf.5
parents ef67f3b9 8fba6106
No related branches found
No related tags found
No related merge requests found
......@@ -158,16 +158,16 @@ Write_Megabytes
.TP
Merge node-step files (as part of a sbatch script)
.LP
sbatch -n1 -d$SLURM_JOB_ID --wrap="sh5util --savefiles -j $SLURM_JOB_ID"
sbatch \-n1 \-d$SLURM_JOB_ID \-\-wrap="sh5util \-\-savefiles \-j $SLURM_JOB_ID"
.TP
Extract all task data from a node
.LP
sh5util -j 42 -N snowflake01 --level=Node:TimeSeries --series=Tasks
sh5util \-j 42 \-N snowflake01 \-\-level=Node:TimeSeries \-\-series=Tasks
.TP
Extract all energy data
sh5util -j 42 --series=Energy --data=power
sh5util \-j 42 \-\-series=Energy \-\-data=power
.SH "COPYING"
Copyright (C) 2013 Bull.
......
.TH "acct_gather.conf" "3" "May 2013" "acct_gather.conf 1.0" "Slurm acct_gather.configuration file"
.TH "acct_gather.conf" "5" "May 2013" "acct_gather.conf 1.0" "Slurm acct_gather.configuration file"
.SH "NAME"
acct_gather.conf \- Slurm configuration file for the acct_gather plugins
......
......@@ -23,7 +23,7 @@ of the command "scontrol reconfigure" unless otherwise noted.
The configuration parameters available include:
.TP
\fBAlpsEngine\R=<engine_version>
\fBAlpsEngine\fR=<engine_version>
Communication protocol version number to be used between Slurm and ALPS/BASIL.
The default value is BASIL's response to the ENGINE query.
Use with caution: Changes in ALPS communications which are not recognized
......
......@@ -193,7 +193,7 @@ execution of the command "sudo modprobe msr".
\fBAcctGatherInfinibandType\fR
Identifies the plugin to be used for infiniband network traffic accounting.
The plugin is activated only when profiling on hdf5 files is activated and
the user asks for network data collection for jobs through --profile=Network
the user asks for network data collection for jobs through \-\-profile=Network
(or =All). The collection of network traffic data takes place on node level,
hence only in case of exclusive job allocation the collected values will
reflect the jobs real traffic. All network traffic data are logged on hdf5 files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment