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 c84d899 commit 72532f8Copy full SHA for 72532f8
.github/workflows/tooling.yml
@@ -73,6 +73,7 @@ jobs:
73
export ASAN_OPTIONS=detect_stack_use_after_return=1:detect_leaks=1:check_initialization_order=true:strict_init_order=true:detect_stack_use_after_scope=1:fast_unwind_on_malloc=0
74
export LSAN_OPTIONS=suppressions="$SOURCEPATH/.github/ci/sanitizer/clang/Leak.supp"
75
export LD_PRELOAD=/usr/lib/clang/14/lib/linux/libclang_rt.asan-x86_64.so
76
+ LSAN_OPTIONS="verbosity=1:log_threads=1:$LSAN_OPTIONS" ctest --test-dir build -R MPI.8a_benchmark_write_parallel
77
ctest --test-dir build -E 3b --output-on-failure
78
export OPENPMD_HDF5_CHUNKS="auto"
79
ctest --test-dir build -R 3b --output-on-failure
0 commit comments