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
8b1aab9c
Commit
8b1aab9c
authored
22 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Describe how jobs are left queued if their node or time limits are outside
of the partition limits.
parent
0546cb23
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man1/srun.1
+10
-5
10 additions, 5 deletions
doc/man/man1/srun.1
with
10 additions
and
5 deletions
doc/man/man1/srun.1
+
10
−
5
View file @
8b1aab9c
...
@@ -33,7 +33,10 @@ per task for optimal performance. The default is one cpu per process.
...
@@ -33,7 +33,10 @@ per task for optimal performance. The default is one cpu per process.
\fB\-N\fR, \fB\-\-nodes\fR=\fInnodes\fR
\fB\-N\fR, \fB\-\-nodes\fR=\fInnodes\fR
Request that \fInnodes\fR nodes be allocated to this job. \fInnodes\fR
Request that \fInnodes\fR nodes be allocated to this job. \fInnodes\fR
may be either a specific number or a minimum and maximum node count
may be either a specific number or a minimum and maximum node count
separated by a hyphen (e.g. "\-\-nodes=2\-4"). Note that the environment
separated by a hyphen (e.g. "\-\-nodes=2\-4"). The partition's node
limits supersede those of the job. If a job's node limits are completely
outside of the range permitted for it's associated partition, the job
will be left in a PENDING state. Note that the environment
variable \fBSLURM_NNODES\fR will be set to the count of nodes actually
variable \fBSLURM_NNODES\fR will be set to the count of nodes actually
allocated to the job. See the \fBENVIRONMENT VARIABLES \fR section
allocated to the job. See the \fBENVIRONMENT VARIABLES \fR section
for more information. The default
for more information. The default
...
@@ -47,10 +50,12 @@ Request resources from partition "\fIpartition\fR." Partitions
...
@@ -47,10 +50,12 @@ Request resources from partition "\fIpartition\fR." Partitions
are created by the slurm administrator.
are created by the slurm administrator.
.TP
.TP
\fB\-t\fR, \fB\-\-time\fR=\fIminutes\fR
\fB\-t\fR, \fB\-\-time\fR=\fIminutes\fR
Establish a time limit to terminate the job after the specified number of minutes.
Establish a time limit to terminate the job after the specified number of
The default value is the partition's time limit. When the time limit is reached,
minutes. If the job's time limit exceed's the partition's time limit, the
the job's processes are sent SIGXCPU followed by SIGKILL. The interval between
job will be left in a PENDING state. The default value is the partition's
signals is specified by the SLURM configuration parameter \fBKillWait\fR.
time limit. When the time limit is reached, the job's processes are sent
SIGXCPU followed by SIGKILL. The interval between signals is specified by
the SLURM configuration parameter \fBKillWait\fR.
.TP
.TP
\fB\-\-cddir\fR=\fIpath\fR
\fB\-\-cddir\fR=\fIpath\fR
have the remote processes do a chdir to \fIpath\fR before beginning
have the remote processes do a chdir to \fIpath\fR before beginning
...
...
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