From 7a51c684f585b238b3bc8422c95a9cc39b591259 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Mon, 21 Jan 2019 20:31:37 +0100 Subject: [PATCH] Made small SLURM queue change for SHH --- conf/shh.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/shh.config b/conf/shh.config index 23f1e00..13b7f5c 100644 --- a/conf/shh.config +++ b/conf/shh.config @@ -13,11 +13,11 @@ singularity { process { executor = 'slurm' - queue = 'medium' + queue = 'short' } params { max_memory = 734.GB max_cpus = 64 - max_time = 48.h + max_time = 2.h }