We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ee2ff commit 3bceed9Copy full SHA for 3bceed9
QA/runtests.mpi.unix
@@ -32,7 +32,8 @@
32
export HYDRA_DEBUG=0
33
# find memory leaks using this glibc feature that
34
# initialized memory blocks to non-zero values
35
-if [[ -z "${USE_ASAN}" ]] && [[ "${FC}" != "flang-new-20" ]]; then
+#if [[ -z "${USE_ASAN}" ]] && [[ "${FC}" != "flang-new-20" ]]; then
36
+if [[ -z "${USE_ASAN}" ]]; then
37
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
38
fi
39
source ./qa_funcs.sh
0 commit comments