Skip to content
Snippets Groups Projects
Commit 13699b42 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Improve wording in singularity_recipe_hints.md

parent 8d2a0fb6
No related branches found
No related tags found
2 merge requests!1155Automated merge from preview to main,!1148Document SINGULARITY_TMPDIR and SINGULARITY_CACHEDIR
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment