Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
330e0eea
Commit
330e0eea
authored
1 month ago
by
Natasha Pavlovikj
Browse files
Options
Downloads
Plain Diff
Merge branch 'update_doc' into 'master'
Update Apptainer info See merge request
!456
parents
9d266dcb
e7b28196
No related branches found
No related tags found
1 merge request
!456
Update Apptainer info
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/submitting_jobs/creating_an_interactive_job.md
+8
-0
8 additions, 0 deletions
content/submitting_jobs/creating_an_interactive_job.md
with
8 additions
and
0 deletions
content/submitting_jobs/creating_an_interactive_job.md
+
8
−
0
View file @
330e0eea
...
...
@@ -30,6 +30,14 @@ job. You can provide options to the interactive job just as you would a
regular SLURM job. The default job runtime is 1 hour, and can be
increased by including the
`--time`
argument.
### Interactive job for Apptainer
Running Apptainer via an interactive job requires at least 4GBs of RAM:
{{
<
highlight
bash
>
}}
$ srun --mem=4gb --nodes=1 --ntasks-per-node=4 --pty $SHELL
{{
<
/
highlight
>
}}
If you get any memory-related errors, continue to increase the requested memory amount.
### Priority for short jobs
To run short jobs for testing and development work, a job can specify a
...
...
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