Skip to content

Commit 476b148

Browse files
authored
Merge pull request #109 from xylar/update_cmake_for_albany
Remove system cmake from all spack templates
2 parents 6f0cb1d + 6d3a3f0 commit 476b148

37 files changed

+8
-641
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exclude: "docs|.git|conda/meta.yaml"
1+
exclude: "docs|.git"
22
default_stages: [commit]
33
fail_fast: true
44

@@ -8,7 +8,6 @@ repos:
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
11-
- id: check-yaml
1211

1312
# Can run individually with `pre-commit run isort --all-files`
1413
- repo: https://github.com/PyCQA/isort

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ will be recognized from the host name:
7070

7171
* anvil
7272

73-
* badger
74-
7573
* chrysalis
7674

7775
* compy
@@ -253,10 +251,10 @@ first log on to an LCRC machine, then run:
253251

254252
.. code-block:: bash
255253
256-
mache sync diags to badger -u <username>
254+
mache sync diags to chicoma-cpu -u <username>
257255
258-
where ``<username>`` is your account name on the non-LCRC machine (``badger``
259-
in this example).
256+
where ``<username>`` is your account name on the non-LCRC machine
257+
(``chicoma-cpu`` in this example).
260258

261259
License
262260
-------

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "mache" %}
2-
{% set version = "1.12.0" %}
2+
{% set version = "1.13.0rc1" %}
33

44
package:
55
name: {{ name|lower }}

mache/discover.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ def discover_machine(quiet=False):
2525
machine = 'andes'
2626
elif hostname.startswith('blueslogin'):
2727
machine = 'anvil'
28-
elif hostname.startswith('ba-fe'):
29-
machine = 'badger'
3028
elif hostname.startswith('ch-fe'):
3129
if not quiet:
3230
warnings.warn('defaulting to chicoma-cpu. Use -m chicoma-gpu if '
@@ -39,9 +37,6 @@ def discover_machine(quiet=False):
3937
elif hostname.startswith('cooley'):
4038
machine = 'cooley'
4139
elif hostname.startswith('cori'):
42-
if not quiet:
43-
warnings.warn('defaulting to cori-haswell. Explicitly specify '
44-
'cori-knl as the machine if you wish to run on KNL.')
4540
machine = 'cori-haswell'
4641
elif 'NERSC_HOST' in os.environ:
4742
hostname = os.environ['NERSC_HOST']

mache/machines/badger.cfg

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

mache/machines/cori-knl.cfg

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

mache/spack/anvil_gnu_mvapich.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
spack:
22
specs:
3-
- cmake
43
- gcc
54
- mvapich2
65
{% if e3sm_lapack %}
@@ -88,13 +87,6 @@ spack:
8887
8988
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/zlib-1.2.11-dudhhig
9089
buildable: false
91-
cmake:
92-
externals:
93-
94-
prefix: /gpfs/fs1/software/centos7/spack-latest/opt/spack/linux-centos7-x86_64/gcc-6.5.0/cmake-3.20.3-vedypwm
95-
modules:
96-
- cmake/3.20.3-vedypwm
97-
buildable: false
9890
perl:
9991
externals:
10092

mache/spack/anvil_gnu_openmpi.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
spack:
22
specs:
3-
- cmake
43
- gcc
54
- openmpi
65
{% if e3sm_lapack %}
@@ -88,13 +87,6 @@ spack:
8887
8988
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/zlib-1.2.11-dudhhig
9089
buildable: false
91-
cmake:
92-
externals:
93-
94-
prefix: /gpfs/fs1/software/centos7/spack-latest/opt/spack/linux-centos7-x86_64/gcc-6.5.0/cmake-3.20.3-vedypwm
95-
modules:
96-
- cmake/3.20.3-vedypwm
97-
buildable: false
9890
perl:
9991
externals:
10092

mache/spack/anvil_intel_impi.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
spack:
22
specs:
3-
- cmake
43
- intel
54
- intel-mpi
65
{% if e3sm_lapack %}
@@ -88,13 +87,6 @@ spack:
8887
8988
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/zlib-1.2.11-dudhhig
9089
buildable: false
91-
cmake:
92-
externals:
93-
94-
prefix: /gpfs/fs1/software/centos7/spack-latest/opt/spack/linux-centos7-x86_64/gcc-6.5.0/cmake-3.20.3-vedypwm
95-
modules:
96-
- cmake/3.20.3-vedypwm
97-
buildable: false
9890
perl:
9991
externals:
10092

mache/spack/anvil_intel_mvapich.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
spack:
22
specs:
3-
- cmake
43
- intel
54
- mvapich2
65
{% if e3sm_lapack %}
@@ -88,13 +87,6 @@ spack:
8887
8988
prefix: /gpfs/fs1/soft/chrysalis/spack/opt/spack/linux-centos8-x86_64/intel-20.0.4/zlib-1.2.11-dudhhig
9089
buildable: false
91-
cmake:
92-
externals:
93-
94-
prefix: /gpfs/fs1/software/centos7/spack-latest/opt/spack/linux-centos7-x86_64/gcc-6.5.0/cmake-3.20.3-vedypwm
95-
modules:
96-
- cmake/3.20.3-vedypwm
97-
buildable: false
9890
perl:
9991
externals:
10092

0 commit comments

Comments
 (0)