From a42c4344ad6071ea649aa698bbdd4bfc9fe21708 Mon Sep 17 00:00:00 2001 From: "Thiseas C. Lamnidis" Date: Tue, 3 May 2022 18:30:42 +0200 Subject: [PATCH] Exclude bionode 06 for software versions --- conf/pipeline/eager/eva.config | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/pipeline/eager/eva.config b/conf/pipeline/eager/eva.config index e1a347b..34ae450 100644 --- a/conf/pipeline/eager/eva.config +++ b/conf/pipeline/eager/eva.config @@ -191,6 +191,7 @@ process { withName:get_software_versions { cache = false + clusterOptions = { "-S /bin/bash -V -l h=!(bionode06)" beforeScript = 'export _JAVA_OPTIONS="-XX:ParallelGCThreads=1 -Xmx512m"; export OPENBLAS_NUM_THREADS=1; export OMP_NUM_THREADS=1' clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toMega())}M" } errorStrategy = { task.exitStatus in [1,143,137,104,134,139,140] ? 'retry' : 'finish' }