Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 13, 2024
1 parent 85f6183 commit 3a14805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/parpe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
# If we are running in docker, we generally don't have SYS_PTRACE
# permissions and thus, cannot use vader. Also disable Infiniband.
PARPE_TESTS_MPIEXEC: mpiexec -n 5 --oversubscribe --allow-run-as-root --mca btl_vader_single_copy_mechanism none --mca btl ^openib --mca oob_tcp_if_include lo --mca btl_tcp_if_include lo --mca orte_base_help_aggregate 0

steps:
- uses: actions/checkout@master
- name: chown checkout directory
Expand Down Expand Up @@ -99,6 +98,8 @@ jobs:
# run: cd ${PARPE_BUILD} && CTEST_OUTPUT_ON_FAILURE=1 make test

- name: Create coverage report
env:
LD_DEBUG: bindings
run: |
cd ${PARPE_BUILD} \
&& CTEST_OUTPUT_ON_FAILURE=1 make parpe_coverage \
Expand Down
2 changes: 1 addition & 1 deletion src/parpeamici/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ target_include_directories(${PROJECT_NAME}

target_link_libraries(${PROJECT_NAME}
PUBLIC parpeloadbalancer
PUBLIC parpeoptimization
PUBLIC parpecommon
PUBLIC Upstream::amici
PUBLIC ${Boost_SERIALIZATION_LIBRARY_RELEASE}
PUBLIC parpeoptimization
)

if (${OpenMP_FOUND})
Expand Down

0 comments on commit 3a14805

Please sign in to comment.