From 8448bb9a1edb7aaf4103077f4d36e3a971e5ad7c Mon Sep 17 00:00:00 2001 From: Lara Ianov <61988230+lianov@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:12:07 -0500 Subject: [PATCH] re-define TMPDIR --- conf/cheaha.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cheaha.config b/conf/cheaha.config index 58963b5..ec79f10 100644 --- a/conf/cheaha.config +++ b/conf/cheaha.config @@ -9,7 +9,7 @@ params { } env { - TMPDIR="$USER" + TMPDIR="$scratch_dir" SINGULARITY_TMPDIR="$scratch_dir" }