Skip to content

Commit

Permalink
Merge pull request #1239 from LLNL/task/chapman39/no-optional-solver-…
Browse files Browse the repository at this point in the history
…ci-job

No Optional Solvers CI Job
  • Loading branch information
white238 authored Sep 26, 2024
2 parents ee2b2c8 + c62b668 commit c9a1f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/build_toss4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ toss4-gcc_10_3_1-src-no-tribol:
ALLOC_TIME: "30"
extends: .src_build_on_toss4

toss4-gcc_10_3_1-src-no-sundials:
toss4-gcc_10_3_1-src-no-optional-solvers:
variables:
COMPILER: "[email protected]"
HOST_CONFIG: "ruby-toss_4_x86_64_ib-${COMPILER}.cmake"
EXTRA_CMAKE_OPTIONS: "-DENABLE_BENCHMARKS=ON -USUNDIALS_DIR"
EXTRA_CMAKE_OPTIONS: "-DENABLE_BENCHMARKS=ON -USUNDIALS_DIR -UPETSC_DIR"
ALLOC_NODES: "1"
ALLOC_TIME: "20"
extends: .src_build_on_toss4
Expand Down

0 comments on commit c9a1f94

Please sign in to comment.