Skip to content

Commit

Permalink
update derecho port
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 8, 2024
1 parent ef2f383 commit 1a3e5c3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions machines/derecho/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<command name="load">craype</command>
</modules>
<modules compiler="intel">
<command name="load">intel/2023.2.1</command>
<command name="load">intel/2024.0.2</command>
<command name="load">mkl</command>
</modules>
<modules compiler="intel-oneapi">
Expand All @@ -61,19 +61,16 @@
<command name="load">openblas/0.3.25</command>
</modules>
<modules compiler="nvhpc">
<command name="load">nvhpc/24.3</command>
<command name="load">nvhpc/24.7</command>
</modules>

<modules>
<command name="load">ncarcompilers/1.0.0</command>
<command name="load">cmake</command>
</modules>
<modules mpilib="mpich" compiler="cray">
<modules mpilib="mpich">
<command name="load">cray-mpich/8.1.29</command>
</modules>
<modules mpilib="mpich" compiler="!cray">
<command name="load">cray-mpich/8.1.27</command>
</modules>

<modules mpilib="mpich" compiler="nvhpc" gpu_offload="!none">
<command name="load">cuda/12.2.1</command>
Expand Down

0 comments on commit 1a3e5c3

Please sign in to comment.