-
Notifications
You must be signed in to change notification settings - Fork 13
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 #284 from LLNL/release/v0.26
Release/v0.26
- Loading branch information
Showing
28 changed files
with
481 additions
and
139 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
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 |
---|---|---|
|
@@ -16,7 +16,6 @@ stages: | |
variables: | ||
GTEST_COLOR: "1" | ||
GIT_DEPTH: 0 | ||
SPACK_ARCH_INFO: "arch=linux-rhel7-broadwell" | ||
|
||
|
||
install_boost: | ||
|
@@ -26,27 +25,8 @@ install_boost: | |
- shell | ||
script: | ||
- hostname | ||
- pwd | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack install [email protected] | ||
# - spack clean | ||
- spack find | ||
- srun -N1 -ppdebug spack install [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
- spack clean | ||
|
||
|
||
.build: | ||
|
@@ -57,114 +37,126 @@ install_boost: | |
script: | ||
- echo "=== build section ===" | ||
- module load gcc/${GCC_VERSION} | ||
- spack load boost@${BOOST_VERSION} ${SPACK_ARCH_INFO} | ||
- spack load boost@${BOOST_VERSION} arch=$(spack arch) | ||
- export METALL_TEST_DIR="/dev/shm/metall_test-${CI_CONCURRENT_ID}-${CI_PIPELINE_IID}" | ||
- srun -N1 -ppdebug bash ./scripts/CI/build_and_test.sh | ||
|
||
build_gcc10.2.1_bst1.80.0: | ||
build_gcc12.1.1_bst1.82.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.82.0" | ||
|
||
build_gcc12.1.1_bst1.81.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.81.0" | ||
|
||
build_gcc12.1.1_bst1.80.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.80.0" | ||
|
||
build_gcc10.2.1_bst1.79.0: | ||
build_gcc12.1.1_bst1.79.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.79.0" | ||
|
||
build_gcc10.2.1_bst1.78.0: | ||
build_gcc12.1.1_bst1.78.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.78.0" | ||
|
||
build_gcc10.2.1_bst1.77.0: | ||
build_gcc12.1.1_bst1.77.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.77.0" | ||
|
||
build_gcc10.2.1_bst1.76.0: | ||
build_gcc12.1.1_bst1.76.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.76.0" | ||
|
||
build_gcc10.2.1_bst1.75.0: | ||
build_gcc12.1.1_bst1.75.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.75.0" | ||
|
||
build_gcc10.2.1_bst1.74.0: | ||
build_gcc12.1.1_bst1.74.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.74.0" | ||
|
||
build_gcc10.2.1_bst1.73.0: | ||
build_gcc12.1.1_bst1.73.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.73.0" | ||
|
||
build_gcc10.2.1_bst1.72.0: | ||
build_gcc12.1.1_bst1.72.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.72.0" | ||
|
||
build_gcc10.2.1_bst1.71.0: | ||
build_gcc12.1.1_bst1.71.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.71.0" | ||
|
||
build_gcc10.2.1_bst1.70.0: | ||
build_gcc12.1.1_bst1.70.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.70.0" | ||
|
||
build_gcc10.2.1_bst1.69.0: | ||
build_gcc12.1.1_bst1.69.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.69.0" | ||
|
||
build_gcc10.2.1_bst1.68.0: | ||
build_gcc12.1.1_bst1.68.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.68.0" | ||
|
||
build_gcc10.2.1_bst1.67.0: | ||
build_gcc12.1.1_bst1.67.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.67.0" | ||
|
||
build_gcc10.2.1_bst1.66.0: | ||
build_gcc12.1.1_bst1.66.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.66.0" | ||
|
||
build_gcc10.2.1_bst1.65.1: | ||
build_gcc12.1.1_bst1.65.1: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.65.1" | ||
|
||
build_gcc10.2.1_bst1.65.0: | ||
build_gcc12.1.1_bst1.65.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.65.0" | ||
|
||
build_gcc10.2.1_bst1.64.0: | ||
build_gcc12.1.1_bst1.64.0: | ||
extends: .build | ||
variables: | ||
GCC_VERSION: "10.2.1" | ||
GCC_VERSION: "12.1.1" | ||
BOOST_VERSION: "1.64.0" |
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
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
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
Oops, something went wrong.