We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda22bc commit a89a279Copy full SHA for a89a279
1 file changed
.gitlab-ci.yml
@@ -27,13 +27,17 @@ clang-macro:
27
28
clang-ompt:
29
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"]
33
script:
34
- dnf install -y diffutils binutils clang git
35
- git clone --depth 1 --branch develop https://github.com/SciCompKL/CoDiPack.git
36
- export CODI_DIR=$(pwd)/CoDiPack/include
37
- export OPDI_DIR=$(pwd)/include
38
- cd tests
39
- export CXX=clang++
40
+ - export CXXFLAGS="$FLAGS"
41
- export BACKEND=OMPT
42
- make all
43
0 commit comments