Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
524da8ff
Commit
524da8ff
authored
2 months ago
by
Branislav Jansik
Browse files
Options
Downloads
Patches
Plain Diff
Edit job-arrays.md
parent
834ed8c4
No related branches found
No related tags found
No related merge requests found
Pipeline
#43825
failed
2 months ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/general/job-arrays.md
+4
-4
4 additions, 4 deletions
docs.it4i/general/job-arrays.md
with
4 additions
and
4 deletions
docs.it4i/general/job-arrays.md
+
4
−
4
View file @
524da8ff
...
@@ -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.
...
...
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