Skip to content

Commit

Permalink
change el cap launch configs to use 96 cores (targets 5gb of ram per …
Browse files Browse the repository at this point in the history
…core)
  • Loading branch information
cyrush committed Dec 13, 2024
1 parent 6af94ed commit a08084f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/hosts/llnl/host_llnl_elcap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Object name="LaunchProfile">
<Field name="profileName" type="string">parallel interactive pdebug</Field>
<Field name="timeout" type="int">480</Field>
<Field name="numProcessors" type="int">48</Field>
<Field name="numProcessors" type="int">96</Field>
<Field name="numNodesSet" type="bool">true</Field>
<Field name="numNodes" type="int">1</Field>
<Field name="partitionSet" type="bool">true</Field>
Expand All @@ -60,7 +60,7 @@
<Object name="LaunchProfile">
<Field name="profileName" type="string">parallel batch</Field>
<Field name="timeout" type="int">480</Field>
<Field name="numProcessors" type="int">48</Field>
<Field name="numProcessors" type="int">96</Field>
<Field name="numNodesSet" type="bool">true</Field>
<Field name="numNodes" type="int">1</Field>
<Field name="partitionSet" type="bool">true</Field>
Expand Down

0 comments on commit a08084f

Please # to comment.