8000 Remove all references to badger by xylar · Pull Request #455 · MPAS-Dev/compass · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove all references to badger #455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2022
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
51 changes: 0 additions & 51 deletions compass/machines/badger.cfg

This file was deleted.

1 change: 0 additions & 1 deletion conda/albany_supported.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

anvil, gnu, mvapich
anvil, gnu, openmpi
badger, gnu, mvapich
chrysalis, gnu, openmpi
compy, gnu, openmpi
cori-haswell, gnu, mpt
102 changes: 0 additions & 102 deletions conda/spack/badger_gnu_mvapich.yaml

This file was deleted.

97 changes: 0 additions & 97 deletions conda/spack/badger_gnu_openmpi.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions conda/unsupported.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@

# no spack available
anvil, gnu, impi
badger, gnu, impi
badger, intel, mvapich
chrysalis, gnu, impi
compy, intel, mvapich2
compy, pgi, impi
compy, pgi, mvapich2

# compile but hang
badger, intel, openmpi

# compiles but error: Listed fewer edges than expected.
badger, gnu, openmpi

# compiles but tests unreliable (errors or hanging),
# see https://github.com/MPAS-Dev/compass/issues/336
anvil, intel, mvapich
1 change: 0 additions & 1 deletion docs/design_docs/compass_package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,6 @@ The available machines are listed with:

Machines:
anvil
badger
default
cori-haswell
chrysalis
Expand Down
51 changes: 0 additions & 51 deletions docs/developers_guide/machines/badger.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/developers_guide/machines/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ the MPAS model.
| | +-----------+-------------------+
| | | openmpi | gfortran |
+--------------+------------+-----------+-------------------+
| badger | intel | impi | intel-mpi |
| +------------+-----------+-------------------+
| | gnu | mvapich | gfortran |
+--------------+------------+-----------+-------------------+
| chrysalis | intel | impi | intel-mpi |
| | +-----------+-------------------+
| | | openmpi | ifort |
Expand All @@ -76,7 +72,6 @@ Below are specifics for each supported machine
:titlesonly:

anvil
badger
chrysalis
compy
cori
Expand Down
2 changes: 1 addition & 1 deletion
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ compile MPAS-Ocean:
MALI can be compiled with or without the Albany library that contains the
first-order velocity solver. The Albany first-order velocity solver is the
only velocity option that is scientifically validated, but the Albany library
is only installed on Badger, Grizzly, and Cori. Therefore, in some situations
is not available for every compiler yet. Therefore, in some situations
it is desirable to compile without Albany to run basic tests on platforms where
Albany is not available. This basic mode of MALI can be compiled similarly to
MPAS-Ocean, i.e.:
Expand Down
Loading
0