From a0ba05fd991630e2e2d9de88d85c9be478120ec7 Mon Sep 17 00:00:00 2001 From: Marc Trunjer Kusk Nielsen Date: Mon, 13 Sep 2021 08:36:30 +0200 Subject: [PATCH] Update computerome.config --- conf/computerome.config | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/conf/computerome.config b/conf/computerome.config index 97ee866..5445540 100644 --- a/conf/computerome.config +++ b/conf/computerome.config @@ -4,6 +4,10 @@ params { config_profile_contact = 'Marc Trunjer Kusk Nielsen (@marcmtk)' config_profile_url = 'https://www.computerome.dk/' project = null + + max_memory = 1500.GB + max_cpus = 40 + max_time = 168.h } singularity { @@ -17,9 +21,3 @@ process { executor = 'pbs' clusterOptions = { "-A $params.project -W group_list=$params.project" } } - -params { - max_memory = 1500.GB - max_cpus = 40 - max_time = 168.h -}