Skip to content

Commit

Permalink
Fixes lint error on line 28
Browse files Browse the repository at this point in the history
  • Loading branch information
baldikacti committed Dec 20, 2024
1 parent ba0431b commit 4fbdd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/unity.config
Original file line number Diff line number Diff line change
Expand Up @@ -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' : ''}" }

Expand Down

0 comments on commit 4fbdd33

Please sign in to comment.