Skip to content

Commit 690e0a0

Browse files
committed
role/compute: update SINGULARITY_TMPDIR
Now that Singularity is Apptainer, there is a new environment var. We need to use APPTAINER_TMPDIR now.
1 parent 1a2146c commit 690e0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/compute/templates/z-ilri.sh.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export SACCT_FORMAT="JobID,JobName,User,Account,State,CPUTime,AllocCPUs,Partitio
1414

1515
# Temporary directory to build the squashfs filesystem (default is /tmp). We
1616
# don't want users to fill up /tmp and crash SLURM!
17-
export SINGULARITY_TMPDIR=/var/scratch/$USER
17+
export APPTAINER_TMPDIR=/var/scratch/$USER
1818

1919
{% if inventory_hostname == 'hpc' %}
2020
# only run on interactive sessions

0 commit comments

Comments
 (0)