Skip to content

Commit

Permalink
Add OpenMP-enabled build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jun 5, 2021
1 parent 848bd8f commit 956d572
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ jobs:
cc: gcc
cxx: g++
configureflags: --enable-thread-safe-observer-pattern
- name: "OpenMP enabled"
shortname: openmp
tag: rolling
cc: gcc
cxx: g++
configureflags: --enable-openmp
container: ghcr.io/lballabio/quantlib-devenv:${{ matrix.tag }}
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ jobs:
cxx: g++
cxxflags: "-std=c++17"
configureflags: --enable-std-classes
- name: "OpenMP enabled"
shortname: openmp
tag: rolling
cc: gcc
cxx: g++
configureflags: --enable-openmp
container: ghcr.io/lballabio/quantlib-devenv:${{ matrix.tag }}
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ jobs:
cxx: g++
configureflags: --enable-thread-safe-observer-pattern
tests: true
- name: "OpenMP enabled"
shortname: openmp
tag: rolling
cc: gcc
cxx: g++
configureflags: --enable-openmp
tests: true
- name: "Parallel unit-test runner"
shortname: paralleltests
tag: rolling
Expand Down

0 comments on commit 956d572

Please sign in to comment.