Skip to content

Commit

Permalink
unsetting MALLOC_PERTURB for flang-new-20 because of flang-compiler/f…
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Oct 4, 2024
1 parent e4aa9c8 commit 78d4bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QA/runtests.mpi.unix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
export HYDRA_DEBUG=0
# find memory leaks using this glibc feature that
# initialized memory blocks to non-zero values
if [[ -z "${USE_ASAN}" ]]; then
if [[ -z "${USE_ASAN}" ]] && [[ "${FC}" != "flang-new-20" ]]; then
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
fi
source ./qa_funcs.sh
Expand Down

0 comments on commit 78d4bdd

Please sign in to comment.