From e5cba18c9ba9b890fd57a7c74729a3b484973f99 Mon Sep 17 00:00:00 2001 From: Marc Trunjer Kusk Nielsen Date: Mon, 13 Sep 2021 13:28:33 +0200 Subject: [PATCH] Update computerome.config --- conf/computerome.config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/computerome.config b/conf/computerome.config index 9b524b9..0d12191 100644 --- a/conf/computerome.config +++ b/conf/computerome.config @@ -5,9 +5,12 @@ params { config_profile_url = 'https://www.computerome.dk/' project = null - max_memory = 1500.GB #Thin nodes with 192GB and Fat nodes with ~1500GB. Torque should be allowed to handle this + //Thin nodes with 192GB and Fat nodes with ~1500GB. Torque should be allowed to handle this + max_memory = 1500.GB max_cpus = 40 - max_time = 168.h #There is no max walltime on the cluster, but a week seems sensible if not directly specified + + //There is no max walltime on the cluster, but a week seems sensible if not directly specified + max_time = 168.h } singularity { @@ -21,4 +24,4 @@ process { executor = 'pbs' queueSize = 2000 clusterOptions = { "-A $params.project -W group_list=$params.project" } -} +}