We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae7bfe commit 47d9960Copy full SHA for 47d9960
2 files changed
.github/ci/spack-envs/clang12_py38_mpich_h5_ad2/spack.yaml
@@ -50,8 +50,8 @@ spack:
50
paths:
51
cc: /usr/lib/llvm-12/bin/clang
52
cxx: /usr/lib/llvm-12/bin/clang++
53
- f77: /usr/bin/mpif77
54
- fc: /usr/bin/mpifort
+ f77: /usr/bin/gfortran
+ fc: /usr/bin/gfortran
55
spec: clang@12.0.1
56
target: x86_64
57
.github/workflows/linux.yml
@@ -186,7 +186,7 @@ jobs:
186
sudo chmod +x /usr/bin/mpicc_clang
187
sudo chmod +x /usr/bin/mpic++_clang
188
- name: Build
189
- env: {CC: mpicc_clang, CXX: mpic++_clang, CXXFLAGS: -Werror}
+ env: {CC: clang++-12, CXX: clang++-12, CXXFLAGS: -Werror}
190
run: |
191
cmake --version
192
mpiexec --version
0 commit comments