Skip to content

Commit a89a279

Browse files
committed
Tests for alternative event generation.
1 parent bda22bc commit a89a279

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ clang-macro:
2727

2828
clang-ompt:
2929
image: fedora:41
30+
parallel:
31+
matrix:
32+
- FLAGS: ["-DOPDI_OMPT_BACKEND_IMPLICIT_TASK_END_SOURCE=1", "-DOPDI_OMPT_BACKEND_IMPLICIT_TASK_END_SOURCE=2"]
3033
script:
3134
- dnf install -y diffutils binutils clang git
3235
- git clone --depth 1 --branch develop https://github.com/SciCompKL/CoDiPack.git
3336
- export CODI_DIR=$(pwd)/CoDiPack/include
3437
- export OPDI_DIR=$(pwd)/include
3538
- cd tests
3639
- export CXX=clang++
40+
- export CXXFLAGS="$FLAGS"
3741
- export BACKEND=OMPT
3842
- make all
3943

0 commit comments

Comments
 (0)