-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Woptim] Shared CI 2023.12.0 and rocm 5.7.1 (#864)
Update the Shared CI infrastructure to its latest version and update the external packages and compilers. We now test with rocm 5.7.1 on tioga, and rocm 5.7.0 on corona, and cce 16.0.1 on both.
- Loading branch information
1 parent
a333c84
commit bcdee68
Showing
10 changed files
with
139 additions
and
25 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
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,60 @@ | ||
############################################################################### | ||
# 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 Umpire specific variables. | ||
.poodle_reproducer_vars: | ||
script: | ||
- | | ||
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. | ||
|
||
# Allow failure due to compiler internal error building wrapfumpire.f | ||
intel_2022_1_0: | ||
variables: | ||
SPEC: "${PROJECT_RUBY_VARIANTS} %intel@2022.1.0 ${PROJECT_RUBY_DEPS}" | ||
extends: .job_on_poodle | ||
allow_failure: true | ||
|
||
############ | ||
# Extra jobs | ||
############ | ||
# We do not recommend using ${PROJECT_<MACHINE>_VARIANTS} and | ||
# ${PROJECT_<MACHINE>_DEPS} in the extra jobs. There is not reason not to fully | ||
# describe the spec here. | ||
|
||
gcc_10_3_1_numa: | ||
variables: | ||
SPEC: "~shared +fortran +numa +tools tests=basic %gcc@10.3.1" | ||
extends: .job_on_poodle | ||
|
||
clang_14_0_6_gcc_10_3_1_sqlite_experimental: | ||
variables: | ||
SPEC: "~shared +sqlite_experimental +tools tests=basic %clang@14.0.6.gcc.10.3.1" | ||
extends: .job_on_poodle | ||
|
||
# Develop builds against specific tpl version. | ||
clang_14_0_6_gcc_10_3_1_tpls: | ||
variables: | ||
SPEC: "~shared +fortran +tools tests=basic %clang@14.0.6.gcc.10.3.1" | ||
extends: .job_on_poodle | ||
|
||
gcc_10_3_1_tpls: | ||
variables: | ||
SPEC: "~shared +fortran +tools tests=basic %gcc@10.3.1" | ||
extends: .job_on_poodle | ||
|
||
gcc_10_3_1_ipc_no_mpi: | ||
variables: | ||
SPEC: "~shared +ipc_shmem tests=basic %gcc@10.3.1" | ||
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
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