@@ -39,9 +39,9 @@ See the following subsections for the list of queues:
...
@@ -39,9 +39,9 @@ See the following subsections for the list of queues:
## Queue Notes
## Queue Notes
The job wallclock time defaults to **half the maximum time**, see the table above. Longer wall time limits can be [set manually, see examples][3].
The job time limit defaults to **half the maximum time**, see the table above. Longer time limits can be [set manually, see examples][3].
Jobs that exceed the reserved wall clock time (Req'd Time) get killed automatically. The wall clock time limit can be changed for queuing jobs (state Q) using the `qalter` command, however it cannot be changed for a running job (state R).
Jobs that exceed the reserved time limit get killed automatically. The time limit can be changed for queuing jobs (state Q) using the `scontrol modify job` command, however it cannot be changed for a running job.