Skip to content

Commit

Permalink
Bring blueos gcc version back to 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Oct 22, 2024
1 parent 91694c8 commit 9aa1a58
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitlab/os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.on_blueos_3_ppc64:
variables:
ARCH: 'blueos_3_ppc64le_ib_p9'
GCC_VERSION: '10.2.1'
GCC_VERSION: '8.3.1'
CLANG_VERSION: '9.0.0'
SPHERAL_BUILDS_DIR: /p/gpfs1/sphapp/spheral-ci-builds
extends: [.sys_config]
Expand Down
6 changes: 3 additions & 3 deletions scripts/devtools/spec-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
]
,
"blueos_3_ppc64le_ib_p9": [
"gcc@10.2.1",
"gcc@10.2.1+cuda~mpi cuda_arch=70",
"gcc@10.2.1+cuda cuda_arch=70"
"gcc@8.3.1",
"gcc@8.3.1+cuda~mpi cuda_arch=70",
"gcc@8.3.1+cuda cuda_arch=70"
]
}
}
10 changes: 5 additions & 5 deletions scripts/spack/configs/blueos_3_ppc64le_ib/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ compilers:
environment: {}
extra_rpaths: []
- compiler:
spec: gcc@10.2.1
spec: gcc@8.3.1
paths:
cc: /usr/tce/packages/gcc/gcc-10.2.1/bin/gcc
cxx: /usr/tce/packages/gcc/gcc-10.2.1/bin/g++
f77: /usr/tce/packages/gcc/gcc-10.2.1/bin/gfortran
fc: /usr/tce/packages/gcc/gcc-10.2.1/bin/gfortran
cc: /usr/tce/packages/gcc/gcc-8.3.1/bin/gcc
cxx: /usr/tce/packages/gcc/gcc-8.3.1/bin/g++
f77: /usr/tce/packages/gcc/gcc-8.3.1/bin/gfortran
fc: /usr/tce/packages/gcc/gcc-8.3.1/bin/gfortran
flags: {}
operating_system: rhel7
target: ppc64le
Expand Down
2 changes: 0 additions & 2 deletions scripts/spack/configs/blueos_3_ppc64le_ib/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ packages:
- 10.1.243
buildable: false
externals:
- spec: [email protected]+allow-unsupported-compilers
prefix: /usr/tce/packages/cuda/cuda-11.4.1
- spec: [email protected]~allow-unsupported-compilers
prefix: /usr/tce/packages/cuda/cuda-11.1.0
- spec: [email protected]~allow-unsupported-compilers
Expand Down

0 comments on commit 9aa1a58

Please sign in to comment.