Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Nov 8, 2023
1 parent 2e8f9e8 commit 5fee163
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 @@ -53,7 +53,7 @@ jobs:
cd pfunit
mkdir build
cd build
${{ matrix.compilers }} cmake .. -DSKIP_MPI=YES -DSKIP_ESMF=YES -DSKIP_FHAMCREST=YES -DCMAKE_INSTALL_PREFIX=~/pfunit -DCMAKE_Fortran_FLAGS="-fno-sanitize=all" -DCMAKE_BUILD_TYPE=Release
${{ matrix.compilers }} cmake .. -DSKIP_MPI=YES -DSKIP_ESMF=YES -DSKIP_FHAMCREST=YES -DCMAKE_INSTALL_PREFIX=~/pfunit -DCMAKE_Fortran_FLAGS="-fsanitize=address -lasan" -DCMAKE_BUILD_TYPE=Release
make -j2 VERBOSE=1
make install
Expand All @@ -68,7 +68,7 @@ jobs:
cd gfsio
mkdir build
cd build
${{ matrix.compilers }} cmake .. -DENABLE_TESTS=ON -DCMAKE_PREFIX_PATH="~/pfunit" -DCMAKE_Fortran_FLAGS="-fno-sanitize=all"
${{ matrix.compilers }} cmake .. -DENABLE_TESTS=ON -DCMAKE_PREFIX_PATH="~/pfunit" -DCMAKE_Fortran_FLAGS="-fsanitize=address -lasan"
make -j2 VERBOSE=1
- name: test
Expand Down

0 comments on commit 5fee163

Please sign in to comment.