-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Shared CI and Spack Configs to add poodle * Activate poodle subpipeline * Reduce allocated time * Fine tune allocation duration * Fine tune allocation duration in CI * Comment alloc command choices * Update RSC to main * Fix missing poodle alloc info, update to radiuss Shared CI 2023.12.0, sync build_and_test script with RAJA * Update radiuss-spack-configs
- Loading branch information
1 parent
7e8d43a
commit 99c4f69
Showing
10 changed files
with
227 additions
and
74 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
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 |
---|---|---|
|
@@ -5,12 +5,27 @@ | |
# SPDX-License-Identifier: (MIT) | ||
############################################################################## | ||
|
||
# Override reproducer section to define project specific variables. | ||
.lassen_reproducer_vars: &lassen_reproducer_vars | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
######################## | ||
# Overridden shared jobs | ||
######################## | ||
# We duplicate the shared jobs description and add necessary changes for RAJA. | ||
# We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS} So that | ||
# the comparison with the original job is easier. | ||
# We duplicate the shared jobs description and add necessary changes for this | ||
# project. We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS} | ||
# So that the comparison with the original job is easier. | ||
|
||
# Overridden to increase allocation time | ||
xl_2022_08_19_gcc_8_3_1_cuda_11_2_0: | ||
variables: | ||
SPEC: "${PROJECT_LASSEN_VARIANTS} +cuda %[email protected] ^[email protected]+allow-unsupported-compilers ${PROJECT_LASSEN_DEPS}" | ||
MODULE_LIST: "cuda/11.2.0" | ||
LASSEN_JOB_ALLOC: "1 -W 12" | ||
extends: .job_on_lassen | ||
|
||
|
||
# Override job with old cuda to allow it to fail. | ||
clang_12_0_1_ibm_gcc_8_3_1_cuda_10_1_243: | ||
|
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
############################################################################### | ||
# Copyright (c) 2022-23, Lawrence Livermore National Security, LLC and RADIUSS | ||
# project contributors. See the COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (MIT) | ||
############################################################################### | ||
|
||
# Override reproducer section to define projet specific variables. | ||
.poodle_reproducer_vars: &poodle_reproducer_vars | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
######################## | ||
# Overridden shared jobs | ||
######################## | ||
# We duplicate the shared jobs description and add necessary changes for this | ||
# project. We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS} | ||
# So that the comparison with the original job is easier. | ||
|
||
# No overridden jobs so far. | ||
|
||
############ | ||
# Extra jobs | ||
############ | ||
# We do not recommend using ${PROJECT_<MACHINE>_VARIANTS} and | ||
# ${PROJECT_<MACHINE>_DEPS} in the extra jobs. There is no reason not to fully | ||
# describe the spec here. | ||
|
||
clang_14_0_6_develop_tpls: | ||
variables: | ||
SPEC: " %[email protected] ^umpire@develop ^raja@develop ^camp@main" | ||
extends: .job_on_poodle |
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,16 +1,22 @@ | ||
############################################################################### | ||
# Copyright (c) 2022, Lawrence Livermore National Security, LLC and RADIUSS | ||
# Copyright (c) 2022-23, Lawrence Livermore National Security, LLC and RADIUSS | ||
# project contributors. See the COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (MIT) | ||
############################################################################### | ||
|
||
# Override reproducer section to define project specific variables. | ||
.ruby_reproducer_vars: &ruby_reproducer_vars | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
######################## | ||
# Overridden shared jobs | ||
######################## | ||
# We duplicate the shared jobs description and add necessary changes for RAJA. | ||
# We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS} So that | ||
# the comparison with the original job is easier. | ||
# We duplicate the shared jobs description and add necessary changes for this | ||
# project. We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS} | ||
# So that the comparison with the original job is easier. | ||
|
||
# No overridden jobs so far. | ||
|
||
|
@@ -25,4 +31,3 @@ clang_14_0_6_develop_tpls: | |
variables: | ||
SPEC: " %[email protected] ^umpire@develop ^raja@develop ^camp@main" | ||
extends: .job_on_ruby | ||
|
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,9 +1,28 @@ | ||
############################################################################## | ||
# Copyright (c) 2022, Lawrence Livermore National Security, LLC and RADIUSS | ||
# Copyright (c) 2022-23, Lawrence Livermore National Security, LLC and RADIUSS | ||
# project contributors. See the COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (MIT) | ||
############################################################################## | ||
|
||
variables: | ||
INCLUDED_FILE_CANNOT_BE_EMPTY: "True" | ||
# Override reproducer section to define project specific variables. | ||
.tioga_reproducer_vars: &tioga_reproducer_vars | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
######################## | ||
# Overridden shared jobs | ||
######################## | ||
# We duplicate the shared jobs description and add necessary changes for this | ||
# project. We keep ${PROJECT_<MACHINE>_VARIANTS} and ${PROJECT_<MACHINE>_DEPS} | ||
# So that the comparison with the original job is easier. | ||
|
||
# No overridden jobs so far. | ||
|
||
############ | ||
# Extra jobs | ||
############ | ||
# We do not recommend using ${PROJECT_<MACHINE>_VARIANTS} and | ||
# ${PROJECT_<MACHINE>_DEPS} in the extra jobs. There is no reason not to fully | ||
# describe the spec here. |
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.