From af68205159c48eb276ee8d21b74ff289a0efa883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Fri, 10 Mar 2023 11:29:05 +0100 Subject: [PATCH] Move MPI fix to the jobs.conf --- conf/jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/jobs.yaml b/conf/jobs.yaml index d8745c4..e819cb3 100644 --- a/conf/jobs.yaml +++ b/conf/jobs.yaml @@ -79,7 +79,7 @@ JOBS: WALLCLOCK: 01:00 RUNNING: chunk PROCESSORS: 16 - CUSTOM_DIRECTIVES: ["#SBATCH -N 2", "export OMPI_MCA_btl_tcp_if_include='10.0.0.0/8'"] + CUSTOM_DIRECTIVES: ["#SBATCH -N 2", 'export OMPI_MCA_btl_tcp_if_include="10.0.0.0/8"'] TRANSFER: FILE: templates/transfer.sh -- GitLab