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
1219d647
Commit
1219d647
authored
21 years ago
by
Mark Grondona
Browse files
Options
Downloads
Patches
Plain Diff
o fix for documentation bug (gnats:260) - processes are sent SIGTERM
not SIGXCPU on reaching timelimit.
parent
ee41ef9d
No related branches found
Branches containing commit
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
+1
-1
1 addition, 1 deletion
doc/man/man1/srun.1
with
1 addition
and
1 deletion
doc/man/man1/srun.1
+
1
−
1
View file @
1219d647
...
@@ -57,7 +57,7 @@ Establish a time limit to terminate the job after the specified number of
...
@@ -57,7 +57,7 @@ Establish a time limit to terminate the job after the specified number of
minutes. If the job's time limit exceed's the partition's time limit, the
minutes. If the job's time limit exceed's the partition's time limit, the
job will be left in a PENDING state. The default value is the partition's
job will be left in a PENDING state. The default value is the partition's
time limit. When the time limit is reached, the job's processes are sent
time limit. When the time limit is reached, the job's processes are sent
SIG
XCPU
followed by SIGKILL. The interval between signals is specified by
SIG
TERM
followed by SIGKILL. The interval between signals is specified by
the SLURM configuration parameter \fBKillWait\fR.
the SLURM configuration parameter \fBKillWait\fR.
.TP
.TP
\fB\-\-cddir\fR=\fIpath\fR
\fB\-\-cddir\fR=\fIpath\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