Skip to content

Commit

Permalink
Doesn't work, revert
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Dec 7, 2024
1 parent 04fd9ef commit 1d8baac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
fpmodel: [DP, SP]
env:
# Core variables:
CMAKE_Fortran_COMPILER: ${{ matrix.fortran-compiler }}
CMAKE_Fortran_FLAGS: "-ffree-line-length-none -m64 -std=f2008 -march=native -fbounds-check -fmodule-private -fimplicit-none -finit-real=nan -g"
FC: ${{ matrix.fortran-compiler }}
FCFLAGS: "-ffree-line-length-none -m64 -std=f2008 -march=native -fbounds-check -fmodule-private -fimplicit-none -finit-real=nan -g"
# CMake variables:
Expand Down Expand Up @@ -88,11 +86,13 @@ jobs:
run: |
$FC --version
cmake -S . -B build \
-DRRTMGP_DATA_VERSION=$RRTMGP_DATA_VERSION \
-DCMAKE_Fortran_COMPILER=$FC \
-DCMAKE_Fortran_FLAGS="$FCFLAGS" \
-DPRECISION=$FP_MODEL \
-DBOOL_TYPE=$RTE_BOOL \
-DKERNEL_MODE=$RTE_KERNELS \
-DENABLE_TESTS=ON \
-DRRTMGP_DATA_VERSION=$RRTMGP_DATA_VERSION \
-DFAILURE_THRESHOLD=$FAILURE_THRESHOLD
cmake --build build --config Release -- -j8
#
Expand Down

0 comments on commit 1d8baac

Please sign in to comment.