We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497ad06 commit 2020becCopy full SHA for 2020bec
1 file changed
.github/workflows/github_cmake_nvhpc.yml
@@ -44,12 +44,13 @@ jobs:
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"
52
- name: Compile
53
run: |
54
. /home/runner/work/FMS/FMS/spack/share/spack/setup-env.sh
55
56
make -j || make
- - name: Run test suite
- run: |
- spack load nvhpc netcdf-fortran libyaml mpich
- make check TEST_VERBOSE=1
0 commit comments