Skip to content

Commit

Permalink
fix memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdebolskiy committed Oct 19, 2024
1 parent d996995 commit 052cf1d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions machines/betzy/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<directive> --ntasks={{ total_tasks }}</directive>
<directive> --export=ALL</directive>
<directive> --switches=1</directive>
<directive> --exclude=b3355,b3356,b3357,b3359,b3379,b3382,b3383</directive>
</directives>
<directives queue = "normal">
<directive> --partition=normal</directive>
Expand All @@ -19,11 +18,11 @@
</directives>
<directives queue = "preproc">
<directive> --partition=preproc</directive>
<directive> --mem=16G</directive>
<directive> --mem-per-cpu=1900M</directive>
</directives>
<queues>
<queue walltimemax="00:59:00" nodemin="4" nodemax="1024" default="true">normal</queue>
<queue walltimemax="00:59:00" nodemin="1" nodemax="1" >preproc</queue>
<queue walltimemax="00:59:00" nodemin="1" nodemax="4" >devel</queue>
</queues>
<queues>
<queue walltimedef="00:59:00" walltimemax="48:00:00" nodemin="4" nodemax="1024" default="true">normal</queue>
<queue walltimemax="00:59:00" jobmin="1" jobmax="1" >preproc</queue>
<queue walltimemax="00:59:00" nodemin="1" nodemax="4" >devel</queue>
</queues>
</batch_system>

0 comments on commit 052cf1d

Please sign in to comment.