Skip to content

Commit 95e24d4

Browse files
authored
Merge pull request #203 from Sichao25/yus/pcms-spack
Update spack environment to rhel9
2 parents 874adb3 + 9e4e642 commit 95e24d4

File tree

3 files changed

+13
-83
lines changed

3 files changed

+13
-83
lines changed

spack/scorec/rhel7/compilers.yaml

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

spack/scorec/rhel7/packages.yaml

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

spack/spack.yaml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@ spack:
99
concretizer:
1010
unify: true
1111

12-
config:
13-
install_missing_compilers: true
14-
# add package specs to the `specs` list
15-
# example includes for SCOREC RHEL7
16-
include:
17-
- ../scorec/rhel7/packages.yaml
18-
- ../scorec/rhel7/compilers.yaml
12+
packages:
13+
all:
14+
providers:
15+
mpi: [mpich]
16+
gcc:
17+
externals:
18+
- spec: gcc@12.4.0 languages:='c,c++,fortran'
19+
prefix: /opt/scorec/spack/rhel9/v0222_2/install/linux-rhel9-x86_64_v3/gcc-11.4.1/gcc-12.4.0-5xg2r2h6cc5mckmjid2g6bftg5kh3cof
20+
extra_attributes:
21+
compilers:
22+
c: /opt/scorec/spack/rhel9/v0222_2/install/linux-rhel9-x86_64_v3/gcc-11.4.1/gcc-12.4.0-5xg2r2h6cc5mckmjid2g6bftg5kh3cof/bin/gcc
23+
cxx: /opt/scorec/spack/rhel9/v0222_2/install/linux-rhel9-x86_64_v3/gcc-11.4.1/gcc-12.4.0-5xg2r2h6cc5mckmjid2g6bftg5kh3cof/bin/g++
24+
fortran: /opt/scorec/spack/rhel9/v0222_2/install/linux-rhel9-x86_64_v3/gcc-11.4.1/gcc-12.4.0-5xg2r2h6cc5mckmjid2g6bftg5kh3cof/bin/gfortran
1925
develop:
2026
pcms:
2127
spec: pcms@develop

0 commit comments

Comments
 (0)