Skip to content

Commit 5088ae7

Browse files
authored
Merge pull request #1113 from argonne-lcf/jnf_20260218_1
Included -A flag in qalter section to reflect PBS bug
2 parents d2b1d0e + b5254c9 commit 5088ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running-jobs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ allcock@polaris-login-02:~/.ssh> qstat -fF JSON | jq '.Jobs | map_values(select
347347
348348
[Users Guide](https://help.altair.com/2022.1.0/PBS%20Professional/PBSUserGuide2022.1.pdf) Sec. 9.2, page UG-168; [Reference Guide](https://help.altair.com/2022.1.0/PBS%20Professional/PBSReferenceGuide2022.1.pdf) Sec. 2.40, page RG-130
349349
350-
Basically takes the same options as `qsub`; Say you typoed and set the walltime to 300 minutes instead of 30 minutes. You could fix it (if the job had not started running) by doing `qalter -l walltime=30:00 <jobid> [<jobid> <jobid>...]`
350+
Basically takes the same options as `qsub`; Say you typoed and set the walltime to 300 minutes instead of 30 minutes. You could fix it (if the job had not started running) by doing `qalter -A <project_name> -l walltime=30:00 <jobid> [<jobid> <jobid>...]`
351351
The new value overwrites any previous value.
352352
353353
## <a name="qdel"></a>`qdel`: Delete a queued or running job

0 commit comments

Comments
 (0)