Skip to content

Commit 1fe97c5

Browse files
authored
Merge pull request #365 from xylar/remove-frontier-craygnu-hipcc
Remove `craygnu-hipcc compiler` from frontier spack
2 parents 13047fc + 8a3dc41 commit 1fe97c5

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

deploy/albany_supported.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ chicoma-cpu, gnu, mpich
55
chrysalis, gnu, openmpi
66
compy, gnu, openmpi
77
frontier, craygnu, mpich
8-
frontier, craygnu-hipcc, mpich
98
frontier, craygnu-mphipcc, mpich
109
frontier, craycray, mpich
1110
frontier, craycray-mphipcc, mpich

docs/developers_guide/machines/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ E3SM default for the given machine an compiler.
104104
+--------------+------------------+-----------+
105105
| frontier | craygnu | mpich |
106106
| +------------------+-----------+
107-
| | craygnu-hipcc | mpich |
108-
| +------------------+-----------+
109107
| | craygnu-mphipcc | mpich |
110108
| +------------------+-----------+
111109
| | crayamd | mpich |

docs/developers_guide/updating_spack/updating_packages.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ update Spack dependencies in Polaris.
111111
- [ ] gnu
112112
- [ ] frontier (@xylar)
113113
- [ ] craygnu
114-
- [ ] craygnu-hipcc
115114
- [ ] craygnu-mphipcc
116115
- [ ] craycray
117116
- [ ] craycray-mphipcc
@@ -155,7 +154,6 @@ update Spack dependencies in Polaris.
155154
- [ ] gnu
156155
- [ ] frontier (@xylar)
157156
- [ ] craygnu
158-
- [ ] craygnu-hipcc
159157
- [ ] craygnu-mphipcc
160158
- [ ] craycray
161159
- [ ] craycray-mphipcc

docs/users_guide/machines/frontier.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ software_compiler = craygnu
4444
# the system MPI library to use for craygnu compiler
4545
mpi_craygnu = mpich
4646
47-
# the system MPI library to use for craygnu-hipcc compiler
48-
mpi_craygnu_hipcc = mpich
49-
5047
# the system MPI library to use for craygnu-mphipcc compiler
5148
mpi_craygnu_mphipcc = mpich
5249

polaris/machines/frontier.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ software_compiler = craygnu
2121
# the system MPI library to use for craygnu compiler
2222
mpi_craygnu = mpich
2323

24-
# the system MPI library to use for craygnu-hipcc compiler
25-
mpi_craygnu_hipcc = mpich
26-
2724
# the system MPI library to use for craygnu-mphipcc compiler
2825
mpi_craygnu_mphipcc = mpich
2926

0 commit comments

Comments
 (0)