Skip to content

Commit 75b6433

Browse files
committed
Merge branch 'ykim/frontier/discard_craygnu-hipcc' into next (PR #7717)
Removes craygnu-hipcc compiler on Frontier As discussed at #7591, this PR removes craygnu-hipcc compiler. Since the EAMxx tests have switched from craygnu-hipcc to craygnu-mphipcc, no particular issues have been observed from this change. [BFB]
2 parents 7976780 + f2c65a2 commit 75b6433

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

cime_config/machines/cmake_macros/craygnu-hipcc.cmake

Lines changed: 0 additions & 42 deletions
This file was deleted.

cime_config/machines/config_machines.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@
12731273
<DESC>Frontier. AMD EPYC 7A53 64C nodes, 128 hwthreads, 512GB DDR4, 4 MI250X GPUs.</DESC>
12741274
<NODENAME_REGEX>.*frontier.*</NODENAME_REGEX>
12751275
<OS>Linux</OS>
1276-
<COMPILERS>craygnu-hipcc,craygnu-mphipcc,craycray-mphipcc,crayamd-mphipcc,craygnu,craycray,crayamd</COMPILERS>
1276+
<COMPILERS>craygnu-mphipcc,craycray-mphipcc,crayamd-mphipcc,craygnu,craycray,crayamd</COMPILERS>
12771277
<MPILIBS>mpich</MPILIBS>
12781278
<PROJECT>cli115</PROJECT>
12791279
<SAVE_TIMING_DIR>/lustre/orion/proj-shared/cli115</SAVE_TIMING_DIR>
@@ -1327,10 +1327,6 @@
13271327
<command name="load">cray-parallel-netcdf/1.12.3.15</command>
13281328
<command name="unload">darshan-runtime</command>
13291329
</modules>
1330-
<modules compiler="craygnu-hipcc">
1331-
<command name="load">craype-accel-amd-gfx90a</command>
1332-
<command name="load">rocm/6.2.4</command>
1333-
</modules>
13341330
<modules compiler="craygnu-mphipcc">
13351331
<command name="load">craype-accel-amd-gfx90a</command>
13361332
<command name="load">rocm/6.2.4</command>

0 commit comments

Comments
 (0)