Skip to content

Commit

Permalink
noceres
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 14, 2024
1 parent adefaa2 commit 5ed84eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
cmake \
-S"${PARPE_BASE}" \
-B"${PARPE_BUILD}" \
-DPARPE_ENABLE_CERES=OFF \
-DIPOPT_INCLUDE_DIRS=/usr/include/coin/ \
-DIPOPT_LIBRARIES=/usr/lib/libipopt.so \
-DGCOVR_REPORT=TRUE \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/petab_testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
cmake \
-S"${PARPE_BASE}" \
-B"${PARPE_BUILD}" \
-DPARPE_ENABLE_CERES=OFF \
-DIPOPT_INCLUDE_DIRS=/usr/include/coin/ \
-DIPOPT_LIBRARIES=/usr/lib/libipopt.so \
-DGCOVR_REPORT=TRUE \
Expand Down
1 change: 1 addition & 0 deletions container/charliecloud/parpe_base/install_parpe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mpi_cmd="$mpi_cmd;--mca;orte_base_help_aggregate;0"
cmake \
-DPARPE_BUILD_OPTIMIZED=OFF \
-DPARPE_ENABLE_FIDES=ON \
-DPARPE_ENABLE_CERES=OFF \
-DIPOPT_INCLUDE_DIRS=/usr/include/coin/ \
-DIPOPT_LIBRARIES=/usr/lib/libipopt.so \
-DMPI_INCLUDE_DIRS=/usr/include/openmpi-x86_64/ \
Expand Down

0 comments on commit 5ed84eb

Please sign in to comment.