Skip to content
Snippets Groups Projects
Commit 524da8ff authored by Branislav Jansik's avatar Branislav Jansik
Browse files

Edit job-arrays.md

parent 834ed8c4
No related branches found
No related tags found
No related merge requests found
Pipeline #43825 failed
...@@ -74,18 +74,18 @@ Check status of the job array using the `squeue --me` command, alternatively `sq ...@@ -74,18 +74,18 @@ Check status of the job array using the `squeue --me` command, alternatively `sq
```console ```console
$ squeue --me --long $ squeue --me --long
JOBID PARTITION NAME USER STATE TIME TIME_LIMI NODES NODELIST(REASON) JOBID PARTITION NAME USER STATE TIME TIME_LIMI NODES NODELIST(REASON)
2499924_[1-900] qcpu myarray user PENDING 0:00 02:00:00 1 (Resources) 2499924_[1-900] qcpu myarray user PENDING 0:00 02:00:00 1 (Resources)
``` ```
Check the status of the tasks using the `squeue` command. Check the status of the tasks using the `squeue` command.
```console ```console
$ squeue -j 2499924 $ squeue -j 2499924 --long
JOBID PARTITION NAME USER STATE TIME TIME_LIMI NODES NODELIST(REASON) JOBID PARTITION NAME USER STATE TIME TIME_LIMI NODES NODELIST(REASON)
2499924_1 qcpu myarray user PENDING 0:00 02:00:00 1 (Resources) 2499924_1 qcpu myarray user PENDING 0:00 02:00:00 1 (Resources)
. . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . .
2499924_900 qcpu myarray user PENDING 0:00 02:00:00 1 (Resources) 2499924_900 qcpu myarray user PENDING 0:00 02:00:00 1 (Resources)
``` ```
Delete the entire job array. Running tasks will be killed, queueing tasks will be deleted. Delete the entire job array. Running tasks will be killed, queueing tasks will be deleted.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment