Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
8f9e5e7e
Commit
8f9e5e7e
authored
9 years ago
by
Gennaro Oliva
Committed by
Tim Wickberg
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
doc patch: properly escape hyphens in man pages
parent
870273ca
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/man1/srun.1
+2
-2
2 additions, 2 deletions
doc/man/man1/srun.1
doc/man/man5/slurm.conf.5
+2
-2
2 additions, 2 deletions
doc/man/man5/slurm.conf.5
with
4 additions
and
4 deletions
doc/man/man1/srun.1
+
2
−
2
View file @
8f9e5e7e
.TH srun "1" "Slurm Commands" "
November
201
5
" "Slurm Commands"
.TH srun "1" "Slurm Commands" "
January
201
6
" "Slurm Commands"
.SH "NAME"
srun \- Run parallel jobs
...
...
@@ -145,7 +145,7 @@ Copy executable file to allocated compute nodes.
If a file name is specified, copy the executable to the specified destination
file path. If no path is specified, copy the file to a file named
"slurm_bcast_<job_id>.<step_id>" in the current working.
For example, "srun \-\-bcast=/tmp/mine -N3 a.out" will copy the file "a.out"
For example, "srun \-\-bcast=/tmp/mine
\
-N3 a.out" will copy the file "a.out"
from your current directory to the file "/tmp/mine" on each of the three
allocated compute nodes and execute that file.
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slurm.conf.5
+
2
−
2
View file @
8f9e5e7e
.TH "slurm.conf" "5" "Slurm Configuration File" "
November
201
5
" "Slurm Configuration File"
.TH "slurm.conf" "5" "Slurm Configuration File" "
January
201
6
" "Slurm Configuration File"
.SH "NAME"
slurm.conf \- Slurm configuration file
...
...
@@ -1666,7 +1666,7 @@ not recommended.
.TP
\fBREQUEUE\fR
preempts jobs by requeuing them (if possible) or canceling them.
For jobs to be requeued they must have the
-
-requeue sbatch option set
For jobs to be requeued they must have the
\-\
-requeue sbatch option set
or the cluster wide JobRequeue parameter in slurm.conf must be set to one.
.TP
\fBSUSPEND\fR
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment