Skip to content

Commit

Permalink
Merge pull request #706 from mahesh-panchal/pdc_kth_patch
Browse files Browse the repository at this point in the history
allow more jobs to shared
  • Loading branch information
mahesh-panchal committed Jun 14, 2024
2 parents 4f30598 + 2f5ed0b commit 8418c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/pdc_kth.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def clusterOptionsCreator = { mem, time, cpus ->
case "dardel":
String extra = ''

if (time < 1.d && mem <= 222.GB && cpus < 256) {
if (time < 7.d && mem <= 222.GB && cpus < 256) {
extra += ' -p shared '
}
else if (time < 1.d) {
Expand Down

0 comments on commit 8418c53

Please sign in to comment.