From ca6ddcadb07d44725c12c81af27f86f326753eed Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 26 Nov 2019 15:25:35 +0100 Subject: [PATCH] Matching max CPUs to SDAG (supercruncher8) --- conf/shh.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/shh.config b/conf/shh.config index 14da627..8a7f812 100644 --- a/conf/shh.config +++ b/conf/shh.config @@ -23,8 +23,8 @@ executor { params { max_memory = 2.TB - max_cpus = 32 + max_cpus = 128 max_time = 720.h //Illumina iGenomes reference file path igenomes_base = "/projects1/public_data/igenomes/" -} \ No newline at end of file +}