We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2020bec commit 959eb3fCopy full SHA for 959eb3f
1 file changed
.github/workflows/github_cmake_nvhpc.yml
@@ -43,12 +43,10 @@ jobs:
43
. /home/runner/work/FMS/FMS/spack/share/spack/setup-env.sh
44
spack load nvhpc netcdf-fortran libyaml mpich
45
autoreconf -if ./configure.ac
46
- ./configure --with-yaml
47
- env:
48
- FC: "mpifort"
49
- CC: "mpicc"
50
- FCFLAGS: "-O0 -g"
51
- CFLAGS: "-O0 -g"
+ ./configure --with-yaml CC=mpicc FC=mpifort FCFLAGS="-O0 -g" CFLAGS="-O0 -g"
+ - name: Output configure log if failed
+ if: failure()
+ run: cat config.log
52
- name: Compile
53
run: |
54
0 commit comments