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 7c5a405 commit afd07ebCopy full SHA for afd07eb
.github/workflows/ompi_mpi4py.yaml
@@ -15,6 +15,12 @@ on:
15
required: false
16
type: string
17
18
+env:
19
+ LD_PRELOAD: libasan.so
20
+ ASAN_OPTIONS: detect_odr_violation=1,abort_on_error=1
21
+ LSAN_OPTIONS: detect_leaks=0
22
+
23
24
jobs:
25
test:
26
runs-on: ubuntu-22.04
@@ -56,7 +62,8 @@ jobs:
56
62
--disable-oshmem
57
63
--disable-silent-rules
58
64
--prefix=/opt/openmpi
59
- LDFLAGS=-Wl,-rpath,/opt/openmpi/lib
65
+ CFLAGS="-g -O0 -fsanitize=address"
66
+ LDFLAGS="-Wl,-rpath,/opt/openmpi/lib -fsanitize=address"
60
67
working-directory: mpi-build
61
68
69
- name: Build MPI
0 commit comments