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
8caea792
Commit
8caea792
authored
2 years ago
by
Roman Sliva
Browse files
Options
Downloads
Patches
Plain Diff
Update job-scheduling.md - interactive jobs
parent
fac19029
No related branches found
No related tags found
No related merge requests found
Pipeline
#28870
passed with warnings
2 years 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/cs/job-scheduling.md
+3
-3
3 additions, 3 deletions
docs.it4i/cs/job-scheduling.md
with
3 additions
and
3 deletions
docs.it4i/cs/job-scheduling.md
+
3
−
3
View file @
8caea792
...
@@ -34,13 +34,13 @@ $ scontrol show job 104
...
@@ -34,13 +34,13 @@ $ scontrol show job 104
Run interactive job
Run interactive job
```
console
```
console
$
s
run
-A
PROJECT-ID
-p
p01-arm
--pty
bash
-i
$
s
alloc
-A
PROJECT-ID
-p
p01-arm
```
```
Run interactive job, with X11 forwarding
Run interactive job, with X11 forwarding
```
console
```
console
$
s
run
-A
PROJECT-ID
-p
p01-arm
--
pty
--x11
bash
-i
$
s
alloc
-A
PROJECT-ID
-p
p01-arm
--
x11
```
```
Run batch job
Run batch job
...
@@ -49,7 +49,7 @@ Run batch job
...
@@ -49,7 +49,7 @@ Run batch job
$
sbatch
-A
PROJECT-ID
-p
p01-arm ../script.sh
$
sbatch
-A
PROJECT-ID
-p
p01-arm ../script.sh
```
```
Useful command options (s
run
, sbatch, s
alloc
)
Useful command options (s
alloc
, sbatch, s
run
)
*
-n, --ntasks
*
-n, --ntasks
*
-c, --cpus-per-task
*
-c, --cpus-per-task
...
...
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