Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Aug 9, 2023
1 parent 9d88dab commit f107a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/sp
key: sp-${{ runner.os }}-Intel-${{ matrix.openmp }}-test
key: sp-${{ runner.os }}-Intel-${{ matrix.openmp }}-test1

- name: checkout-sp
if: steps.cache-sp.outputs.cache-hit != 'true'
Expand All @@ -61,7 +61,7 @@ jobs:
cd sp
mkdir build
cd build
${{ matrix.compilers }} cmake -DCMAKE_INSTALL_PREFIX=~/sp -DOPENMP=${{ matrix.openmp}} ..
${{ matrix.compilers }} cmake -DCMAKE_INSTALL_PREFIX=~/sp -DOPENMP=${{ matrix.openmp}} -DCMAKE_Fortran_FLAGS="-fno-sanitize" ..
make -j2
make install
Expand Down

0 comments on commit f107a4a

Please sign in to comment.