From 95d18270e8abcedfb380d25089063c39c43743de Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 6 May 2022 13:57:11 +0200 Subject: [PATCH] Update eva.config --- conf/eva.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/eva.config b/conf/eva.config index 866cdd5..2440368 100644 --- a/conf/eva.config +++ b/conf/eva.config @@ -17,7 +17,7 @@ process { executor = 'sge' penv = 'smp' queue = 'all.q' - clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" } + clusterOptions = { "-S /bin/bash -V -j y -o output.sge -l h_vmem=${task.memory.toGiga()}G" } } executor { @@ -37,7 +37,7 @@ profiles { process { queue = { task.memory > 700.GB ? 'bigmem.q' : 'archgen.q' } - clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" } + clusterOptions = { "-S /bin/bash -V -j y -o output.sge -l h_vmem=${task.memory.toGiga()}G" } } singularity {