-
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.
Update RADIUSS Shared CI: add poodle machine
- Loading branch information
1 parent
58be0db
commit 9524c8d
Showing
6 changed files
with
82 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
############################################################################### | ||
# Copyright (c) 2022-23, Lawrence Livermore National Security, LLC and RADIUSS | ||
# project contributors. See the COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (MIT) | ||
############################################################################### | ||
|
||
######################## | ||
# 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} %[email protected] ${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 %[email protected]" | ||
extends: .job_on_poodle | ||
|
||
clang_14_0_6_gcc_10_3_1_sqlite_experimental: | ||
variables: | ||
SPEC: "~shared +sqlite_experimental +tools tests=basic %[email protected]" | ||
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 %[email protected]" | ||
extends: .job_on_poodle | ||
|
||
gcc_10_3_1_tpls: | ||
variables: | ||
SPEC: "~shared +fortran +tools tests=basic %[email protected]" | ||
extends: .job_on_poodle | ||
|
||
gcc_10_3_1_ipc_no_mpi: | ||
variables: | ||
SPEC: "~shared +ipc_shmem tests=basic %[email protected]" | ||
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,5 +1,5 @@ | ||
############################################################################### | ||
# 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) | ||
|
@@ -15,7 +15,7 @@ | |
# Allow failure due to compiler internal error building wrapfumpire.f | ||
intel_2022_1_0: | ||
variables: | ||
SPEC: "~shared +fortran +tools tests=basic %[email protected]" | ||
SPEC: "${PROJECT_RUBY_VARIANTS} %[email protected] ${PROJECT_RUBY_DEPS}" | ||
extends: .job_on_ruby | ||
allow_failure: true | ||
|
||
|
@@ -51,11 +51,3 @@ gcc_10_3_1_ipc_no_mpi: | |
variables: | ||
SPEC: "~shared +ipc_shmem tests=basic %[email protected]" | ||
extends: .job_on_ruby | ||
|
||
# Oneapi is not available on ruby@toss4 (rhel8) | ||
## We deactivate this job as it is known to fail with Umpire: needs gcc toolchain. | ||
#intel_2022_1_0: | ||
# variables: | ||
# ON_RUBY: "OFF" | ||
# SPEC: "${PROJECT_RUBY_VARIANTS} %[email protected] ${PROJECT_RUBY_DEPS}" | ||
# 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
Submodule radiuss-spack-configs
updated
7 files