Skip to content

Commit

Permalink
Try memory sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarusz committed Nov 14, 2023
1 parent f242225 commit 12fec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/machines/ci/ubuntu-clang.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export OMPI_CC=clang
export OMPI_CXX=clang++
export OMPI_FC=gfortran

export YAKL_CXX_FLAGS="-g -ftrivial-auto-var-init=pattern -DHAVE_MPI -O2 -I`nc-config --includedir`"
export YAKL_CXX_FLAGS="-fsanitize=memory -g -ftrivial-auto-var-init=pattern -DHAVE_MPI -O2 -I`nc-config --includedir`"
export YAKL_F90_FLAGS="-O2 -ffree-line-length-none"
export PAM_LINK_FLAGS="-L`nc-config --libdir` -lnetcdf"
export PAM_NLEV=50
Expand Down

0 comments on commit 12fec35

Please sign in to comment.