From 5778e9ea557dc53db99608ec5c1d7f5870cff019 Mon Sep 17 00:00:00 2001 From: Yousef Moazzam Date: Wed, 12 Aug 2026 14:23:49 +0100 Subject: [PATCH] Specify `TMPDIR` env var for OMPI dir creation --- httomo/templates/cor-sweep.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httomo/templates/cor-sweep.yaml b/httomo/templates/cor-sweep.yaml index 80e70cd..49ba1a9 100644 --- a/httomo/templates/cor-sweep.yaml +++ b/httomo/templates/cor-sweep.yaml @@ -104,6 +104,8 @@ spec: env: - name: CUPY_CACHE_DIR value: "/tmp/.cupy/kernel_cache" + - name: TMPDIR + value: "{{`{{ inputs.parameters.output }}`}}/{{`{{ inputs.parameters.httomo-outdir-name }}`}}/.tmp" - name: MKL_NUM_THREADS value: "1" - name: NUMEXPR_NUM_THREADS