We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2146c commit 690e0a0Copy full SHA for 690e0a0
roles/compute/templates/z-ilri.sh.j2
@@ -14,7 +14,7 @@ export SACCT_FORMAT="JobID,JobName,User,Account,State,CPUTime,AllocCPUs,Partitio
14
15
# Temporary directory to build the squashfs filesystem (default is /tmp). We
16
# don't want users to fill up /tmp and crash SLURM!
17
-export SINGULARITY_TMPDIR=/var/scratch/$USER
+export APPTAINER_TMPDIR=/var/scratch/$USER
18
19
{% if inventory_hostname == 'hpc' %}
20
# only run on interactive sessions
0 commit comments