We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7ad38 commit fc589e4Copy full SHA for fc589e4
.github/ci/spack-envs/clang12_py38_mpich_h5_ad2/spack.yaml
@@ -42,16 +42,16 @@ spack:
42
43
compilers:
44
- compiler:
45
- environment: {}
+ environment: {MPICH_CC: /usr/lib/llvm-12/bin/clang, MPICH_CXX: /usr/lib/llvm-12/bin/clang++}
46
extra_rpaths: []
47
flags: {}
48
modules: []
49
operating_system: ubuntu22.04
50
paths:
51
- cc: /usr/lib/llvm-12/bin/clang
52
- cxx: /usr/lib/llvm-12/bin/clang++
53
- f77: /usr/bin/gfortran
54
- fc: /usr/bin/gfortran
+ cc: /usr/bin/mpicc
+ cxx: /usr/bin/mpic++
+ f77: /usr/bin/mpif77
+ fc: /usr/bin/mpifort
55
spec: clang@12.0.1
56
target: x86_64
57
0 commit comments