Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
13699b42
Commit
13699b42
authored
5 months ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Improve wording in singularity_recipe_hints.md
parent
8d2a0fb6
No related branches found
No related tags found
2 merge requests
!1155
Automated merge from preview to main
,
!1148
Document SINGULARITY_TMPDIR and SINGULARITY_CACHEDIR
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md
+4
-3
4 additions, 3 deletions
...h.tu-dresden.de/docs/software/singularity_recipe_hints.md
with
4 additions
and
3 deletions
doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md
+
4
−
3
View file @
13699b42
...
@@ -259,9 +259,10 @@ singularity exec --nv vgl.sif glxgears
...
@@ -259,9 +259,10 @@ singularity exec --nv vgl.sif glxgears
### Singularity Temporary and Cache Directories
### Singularity Temporary and Cache Directories
Singularity uses `
/tmp
` to store temporary data, e. g., when use `
pull
` or `
build
`. Because there
Singularity uses `
/tmp
` to store temporary data, e. g., when you use `
pull
` or `
build
`. Because
are also diskless nodes, you may use the environment variable `
SINGULARITY_TMPDIR
` to change the
there are also diskless nodes, you may use the environment variable `
SINGULARITY_TMPDIR
` to change
storage place for temporary data. You can use the following line to indicate a new location:
the storage place for temporary data. You can use the following line to indicate a different
location for temporary data:
```console
```console
export SINGULARITY_TMPDIR=$SOME_WORKSPACE/singularity_tmp
export SINGULARITY_TMPDIR=$SOME_WORKSPACE/singularity_tmp
...
...
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