From 94d5a1b5f27b535851fbf32d6a6b09d5a1fdc214 Mon Sep 17 00:00:00 2001 From: Kevin Brick Date: Thu, 23 Dec 2021 15:36:38 -0500 Subject: [PATCH] Update nihbiowulf.config --- conf/nihbiowulf.config | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/nihbiowulf.config b/conf/nihbiowulf.config index 6159f0d..92deee0 100644 --- a/conf/nihbiowulf.config +++ b/conf/nihbiowulf.config @@ -28,6 +28,15 @@ profiles { executor.$slurm.submitRateLimit = '6/1min' process.clusterOptions = ' --gres=lscratch:600 --signal USR2@20' } + + standard { + process.executor = 'slurm' + executor.$slurm.pollInterval = '1 min' + executor.$slurm.queueStatInterval = '5 min' + executor.queueSize = 100 + executor.$slurm.submitRateLimit = '6/1min' + process.clusterOptions = ' --gres=lscratch:600 --signal USR2@20' + } } singularity {