Skip to content

Commit 2020bec

Browse files
authored
add env vars for configure
Removed the test suite execution step from the workflow.
1 parent 497ad06 commit 2020bec

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/github_cmake_nvhpc.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ jobs:
4444
spack load nvhpc netcdf-fortran libyaml mpich
4545
autoreconf -if ./configure.ac
4646
./configure --with-yaml
47+
env:
48+
FC: "mpifort"
49+
CC: "mpicc"
50+
FCFLAGS: "-O0 -g"
51+
CFLAGS: "-O0 -g"
4752
- name: Compile
4853
run: |
4954
. /home/runner/work/FMS/FMS/spack/share/spack/setup-env.sh
5055
spack load nvhpc netcdf-fortran libyaml mpich
5156
make -j || make
52-
- name: Run test suite
53-
run: |
54-
spack load nvhpc netcdf-fortran libyaml mpich
55-
make check TEST_VERBOSE=1

0 commit comments

Comments
 (0)