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
e1c8e670
Commit
e1c8e670
authored
11 years ago
by
Gennaro Oliva
Committed by
David Bigagli
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed sacct.1 and srun.1 manual pages which contains a hyphen where
a minus sign for options was intended.
parent
c2ae6cfc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+2
-0
2 additions, 0 deletions
NEWS
doc/man/man1/sacct.1
+1
-1
1 addition, 1 deletion
doc/man/man1/sacct.1
doc/man/man1/srun.1
+1
-1
1 addition, 1 deletion
doc/man/man1/srun.1
with
4 additions
and
2 deletions
NEWS
+
2
−
0
View file @
e1c8e670
...
...
@@ -64,6 +64,8 @@ documents those changes that are of interest to users and admins.
-- Fix a couple of issues with scontrol reconfig and adding nodes to
slurm.conf. Rebooting daemons after adding nodes to the slurm.conf
is highly recommended.
-- Fixed sacct.1 and srun.1 manual pages which contains a hyphen where
a minus sign for options was intended.
* Changes in Slurm 2.6.6
========================
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/sacct.1
+
1
−
1
View file @
e1c8e670
...
...
@@ -318,7 +318,7 @@ Job terminated due to failure of one or more allocated nodes.
Job is awaiting resource allocation. Note for a job to be selected in this state
it must have "EligibleTime" in the requested time interval or different
from "Unknown". The "EligibleTime" is displayed by the "scontrol show job" command.
For example jobs submitted with the "
-
-hold" option will have "EligibleTime=Unknown"
For example jobs submitted with the "
\-\
-hold" option will have "EligibleTime=Unknown"
as they are pending indefinitely.
.TP
\fBPR PREEMPTED\fR
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/srun.1
+
1
−
1
View file @
e1c8e670
...
...
@@ -915,7 +915,7 @@ For use with OpenMPI.
.B pmi2
To enable PMI2 support. The PMI2 support in Slurm works only if the MPI
implementation supports it, in other words if the MPI has the PMI2
interface implemented. The
-
-mpi=pmi2 will load the library
interface implemented. The
\-\
-mpi=pmi2 will load the library
lib/slurm/mpi_pmi2.so which provides the server side functionality but
the client side must implement PMI2_Init() and the other interface calls.
.TP
...
...
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