Skip to content

Commit

Permalink
psmn.config: add back resourceLimits
Browse files Browse the repository at this point in the history
  • Loading branch information
l-modolo committed Nov 6, 2024
1 parent fddf257 commit bdfc3e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/psmn.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ charliecloud {
}

process {
resourceLimits = [
memory: 370.GB,
cpus: 32,
time: 96.h
]
executor = 'slurm'
clusterOptions = "--partition=E5,Lake"

Expand Down

0 comments on commit bdfc3e0

Please sign in to comment.