Skip to content

Commit

Permalink
Refactors the Omega build to collect build configurations from the E3…
Browse files Browse the repository at this point in the history
…SM case
  • Loading branch information
grnydawn committed Jun 2, 2024
1 parent 5fefa1c commit 2c541a9
Show file tree
Hide file tree
Showing 8 changed files with 221 additions and 514 deletions.
7 changes: 4 additions & 3 deletions cime_config/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,10 @@
<command name="load">rocm/5.4.0</command>
</modules>
<modules compiler="crayomegagpu">
<command name="reset"></command>
<command name="switch">PrgEnv-cray PrgEnv-cray/8.3.3</command>
<command name="switch">cce cce/15.0.1</command>
<command name="switch">craype craype/2.7.20</command>
<command name="load">craype-accel-amd-gfx90a</command>
<command name="load">rocm/5.4.0</command>
</modules>
Expand Down Expand Up @@ -1052,9 +1056,6 @@
<command name="load">rocm/5.4.0</command>
</modules>
<modules compiler="gnuomegagpu">
<command name="reset"></command>
<command name="switch">PrgEnv-cray PrgEnv-gnu/8.3.3</command>
<command name="switch">gcc gcc/11.2.0</command>
<command name="load">craype-accel-amd-gfx90a</command>
<command name="load">rocm/5.4.0</command>
</modules>
Expand Down
Loading

0 comments on commit 2c541a9

Please sign in to comment.