-
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 #342 from LLNL/feature/boost1.87
Support Boost 1.87
- Loading branch information
Showing
8 changed files
with
68 additions
and
50 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# GitLab CI YML file dedicated for LC environment (Quartz) | ||
# GitLab CI YML file dedicated for LC environment (Ruby) | ||
# | ||
# Spack must be available | ||
# It would be better to install all Boost versions manually, | ||
|
@@ -25,21 +25,21 @@ install_boost: | |
- shell | ||
script: | ||
- hostname | ||
- srun -N1 -ppci spack install [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
- srun -N1 -ppci -A seq spack install [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
- spack clean | ||
|
||
|
||
.build: | ||
stage: build | ||
tags: | ||
- quartz | ||
- ruby | ||
- shell | ||
script: | ||
- echo "=== build section ===" | ||
- module load gcc/${GCC_VERSION} | ||
- spack load --first boost@${BOOST_VERSION} arch=$(spack arch) | ||
- export METALL_TEST_DIR="/dev/shm/metall_test-${CI_CONCURRENT_ID}-${CI_PIPELINE_IID}" | ||
- srun -N1 -ppci bash ./scripts/CI/build_and_test.sh | ||
- srun -N1 -ppci -A seq bash ./scripts/CI/build_and_test.sh | ||
|
||
build_gcc12.1.1_bst1.86.0: | ||
extends: .build | ||
|
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 was deleted.
Oops, something went wrong.
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