-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1248 from LLNL/tupek/parallel_constistent_tr_size…
…_fix Quick fix to make sure trust region scaling is parallel consistent.
- Loading branch information
Showing
2 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,14 +30,14 @@ | |
# Build jobs | ||
|
||
# Only run integration tests on one spec | ||
toss4_cray-clang_17_0_0-src: | ||
variables: | ||
COMPILER: "[email protected]" | ||
HOST_CONFIG: "tioga-toss_4_x86_64_ib_cray-${COMPILER}_hip.cmake" | ||
EXTRA_CMAKE_OPTIONS: "-DENABLE_BENCHMARKS=ON" | ||
ALLOC_NODES: "1" | ||
ALLOC_TIME: "30" | ||
extends: .src_build_on_toss4_cray | ||
#toss4_cray-clang_17_0_0-src: | ||
# variables: | ||
# COMPILER: "[email protected]" | ||
# HOST_CONFIG: "tioga-toss_4_x86_64_ib_cray-${COMPILER}_hip.cmake" | ||
# EXTRA_CMAKE_OPTIONS: "-DENABLE_BENCHMARKS=ON" | ||
# ALLOC_NODES: "1" | ||
# ALLOC_TIME: "30" | ||
# extends: .src_build_on_toss4_cray | ||
|
||
toss4_cray-clang_17_0_0-full: | ||
variables: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters