diff --git a/conf/pdc_kth.config b/conf/pdc_kth.config index 52b26f45..9e83f61d 100644 --- a/conf/pdc_kth.config +++ b/conf/pdc_kth.config @@ -40,7 +40,7 @@ def clusterOptionsCreator = { mem, time, cpus -> case "dardel": String extra = '' - if (time < 7.d && mem <= 111.GB && cpus < 256) { + if (time <= 7.d && mem <= 111.GB && cpus <= 256) { extra += ' -p shared ' } else if (time < 1.d) {