Skip to content

Commit

Permalink
Merge pull request #16 from vub-hpc/2022a
Browse files Browse the repository at this point in the history
Move installation in Hydra to 2022a
  • Loading branch information
wpoely86 committed Dec 4, 2023
2 parents 28e2ed5 + c3d3808 commit c39a18f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
20 changes: 0 additions & 20 deletions machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,4 @@ Author: Alex Domingo (Vrije Universiteit Brussel)
</queues>
</batch_system>

<batch_system MACH="breniac" type="pbs">
<directives>
<directive>-l nodes={{ num_nodes }}:ppn={{ tasks_per_node }}</directive>
<directive default="/bin/bash" > -S {{ shell }} </directive>
</directives>
<queues>
<queue walltimemin="00:10:00" walltimemax="72:00:00" strict="true" default="true">qdef</queue>
</queues>
</batch_system>

<batch_system MACH="breniac-skl" type="pbs">
<directives>
<directive>-l nodes={{ num_nodes }}:ppn={{ tasks_per_node }}:skylake</directive>
<directive default="/bin/bash" > -S {{ shell }} </directive>
</directives>
<queues>
<queue walltimemin="00:10:00" walltimemax="72:00:00" strict="true" default="true">qdef</queue>
</queues>
</batch_system>

</config_batch>
5 changes: 1 addition & 4 deletions machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,8 @@ Author: Alex Domingo (Vrije Universiteit Brussel)
<modules>
<command name="purge"/>
</modules>
<modules compiler="intel">
<command name="load">CESM-deps/2-intel-2019b</command>
</modules>
<modules compiler="gnu">
<command name="load">CESM-deps/2-foss-2021b</command>
<command name="load">CESM-deps/2-foss-2022a</command>
</modules>
</module_system>
<resource_limits>
Expand Down

0 comments on commit c39a18f

Please sign in to comment.