Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion deploy/albany_supported.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ chicoma-cpu, gnu, mpich
chrysalis, gnu, openmpi
compy, gnu, openmpi
frontier, craygnu, mpich
frontier, craygnu-hipcc, mpich
frontier, craygnu-mphipcc, mpich
frontier, craycray, mpich
frontier, craycray-mphipcc, mpich
Expand Down
2 changes: 0 additions & 2 deletions docs/developers_guide/machines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ E3SM default for the given machine an compiler.
+--------------+------------------+-----------+
| frontier | craygnu | mpich |
| +------------------+-----------+
| | craygnu-hipcc | mpich |
| +------------------+-----------+
| | craygnu-mphipcc | mpich |
| +------------------+-----------+
| | crayamd | mpich |
Expand Down
2 changes: 0 additions & 2 deletions docs/developers_guide/updating_spack/updating_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ update Spack dependencies in Polaris.
- [ ] gnu
- [ ] frontier (@xylar)
- [ ] craygnu
- [ ] craygnu-hipcc
- [ ] craygnu-mphipcc
- [ ] craycray
- [ ] craycray-mphipcc
Expand Down Expand Up @@ -155,7 +154,6 @@ update Spack dependencies in Polaris.
- [ ] gnu
- [ ] frontier (@xylar)
- [ ] craygnu
- [ ] craygnu-hipcc
- [ ] craygnu-mphipcc
- [ ] craycray
- [ ] craycray-mphipcc
Expand Down
3 changes: 0 additions & 3 deletions docs/users_guide/machines/frontier.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ software_compiler = craygnu
# the system MPI library to use for craygnu compiler
mpi_craygnu = mpich

# the system MPI library to use for craygnu-hipcc compiler
mpi_craygnu_hipcc = mpich

# the system MPI library to use for craygnu-mphipcc compiler
mpi_craygnu_mphipcc = mpich

Expand Down
3 changes: 0 additions & 3 deletions polaris/machines/frontier.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ software_compiler = craygnu
# the system MPI library to use for craygnu compiler
mpi_craygnu = mpich

# the system MPI library to use for craygnu-hipcc compiler
mpi_craygnu_hipcc = mpich

# the system MPI library to use for craygnu-mphipcc compiler
mpi_craygnu_mphipcc = mpich

Expand Down
Loading