diff --git a/conf/unity.config b/conf/unity.config index 4ca141f2..4ece2d81 100644 --- a/conf/unity.config +++ b/conf/unity.config @@ -25,7 +25,7 @@ process { ] executor = 'slurm' - // Selects partition based on process time + // Selects partition based on process time queue = { task.time <= 2.h ? 'cpu-preempt' : 'cpu' } clusterOptions = { "${task.time >= 48.h ? '-q long' : ''}" }