Skip to content
Snippets Groups Projects
Commit 1219d647 authored by Mark Grondona's avatar Mark Grondona
Browse files

o fix for documentation bug (gnats:260) - processes are sent SIGTERM

   not SIGXCPU on reaching timelimit.
parent ee41ef9d
No related branches found
No related tags found
No related merge requests found
...@@ -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
SIGXCPU followed by SIGKILL. The interval between signals is specified by SIGTERM 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
......
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