Skip to content

Commit 1777cb7

Browse files
authored
Merge pull request #348 from E3SM-Project/copilot/remove-anvil-support
Remove Anvil machine configs and support
2 parents d032fa7 + 5953109 commit 1777cb7

File tree

11 files changed

+8
-965
lines changed

11 files changed

+8
-965
lines changed

docs/developers_guide/adding_new_machine.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ machines from hostnames with the following regular expressions:
3535
```python
3636
'^chr-\d{4}' # Chrysalis compute nodes with hostnames chr-0000 to chr-9999
3737
'^compy' # Compy nodes with hostname compy
38-
'^n\d{4}' # Anvil nodes with hostnames n0000 to n9999
38+
'^dane\d{1,4}' # Dane nodes with hostnames dane0 to dane9999
3939
```
4040

4141
In some cases, the hostname assigned to a machine is too generic to
@@ -58,4 +58,3 @@ Identifying the machine by environment variables is **not recommended** unless
5858
absolutely necessary.
5959
:::
6060

61-

docs/users_guide/quick_start.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function can also be used to detect which machine you are on.
3131
As an example, the result of `print(machine_info)` is:
3232

3333
```
34-
Machine: anvil
34+
Machine: chrysalis
3535
E3SM Supported Machine: True
3636
Compilers: intel, gnu
3737
MPI libraries: impi, openmpi, mvapich
@@ -72,9 +72,8 @@ you don't need to provide the machine name. It can be discovered automatically:
7272

7373
- andes
7474
- aurora
75-
- anvil
76-
- chicoma-cpu
7775
- chrysalis
76+
- chicoma-cpu
7877
- compy
7978
- dane
8079
- frontier

docs/users_guide/sync/diags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The command supports two directions:
1414

1515
Important constraints:
1616

17-
- LCRC machines are `anvil` and `chrysalis`
17+
- LCRC machine is `chrysalis`
1818
- You may only:
1919
- run `to` when you are currently on an LCRC machine; and
2020
- run `from` when the other machine is an LCRC machine.
@@ -157,7 +157,7 @@ mache sync diags from <other> [-u <username>] [-m <this_machine>] [-f <config_fi
157157

158158
Constraints enforced by the command:
159159

160-
- Only `anvil`/`chrysalis` are considered LCRC machines
160+
- Only `chrysalis` is considered an LCRC machine
161161
- `to` is only allowed when you are on an LCRC machine
162162
- `from` is only allowed when the other machine is an LCRC machine
163163
- Do not attempt to sync between two different LCRC machines (there is no need

mache/machines/anvil.cfg

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

mache/spack/templates/anvil_gnu_mvapich.yaml

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

0 commit comments

Comments
 (0)