Skip to content

Commit 3ae7bfe

Browse files
committed
i dont get it
1 parent 42c9479 commit 3ae7bfe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • .github/ci/spack-envs/clang12_py38_mpich_h5_ad2

.github/ci/spack-envs/clang12_py38_mpich_h5_ad2/spack.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spack:
3838
variants: ~fortran
3939
providers:
4040
mpi: [mpich]
41-
compiler: [gcc@11.4.0]
41+
compiler: [clang@12.0.1]
4242

4343
compilers:
4444
- compiler:
@@ -48,11 +48,11 @@ spack:
4848
modules: []
4949
operating_system: ubuntu22.04
5050
paths:
51-
cc: /usr/bin/mpicc
52-
cxx: /usr/bin/mpic++
51+
cc: /usr/lib/llvm-12/bin/clang
52+
cxx: /usr/lib/llvm-12/bin/clang++
5353
f77: /usr/bin/mpif77
5454
fc: /usr/bin/mpifort
55-
spec: gcc@11.4.0
55+
spec: clang@12.0.1
5656
target: x86_64
5757

5858
config:

0 commit comments

Comments
 (0)