From c7eed3fa4c92d92c8b5ef442d1b18df1256f4529 Mon Sep 17 00:00:00 2001 From: maxibor Date: Fri, 14 Jun 2019 19:16:20 +0200 Subject: [PATCH] fix queuesize scope and singularity --- conf/shh.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/shh.config b/conf/shh.config index 2b195a6..5cb3396 100644 --- a/conf/shh.config +++ b/conf/shh.config @@ -8,12 +8,16 @@ params { singularity { enabled = true autoMounts = true + runOptions = '-B /run/shm:/run/shm' cacheDir = "/projects1/singularity_scratch/cache/" } process { executor = 'slurm' queue = 'short' +} + +executor { queueSize = 16 }