-
Notifications
You must be signed in to change notification settings - Fork 104
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 #1598 from LLNL/v2024.02.0-RC
V2024.02.0 RC
- Loading branch information
Showing
1,028 changed files
with
4,743 additions
and
4,568 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 |
---|---|---|
@@ -1,33 +1,32 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-23, Lawrence Livermore National Security, LLC | ||
# Copyright (c) 2016-24, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/LICENSE file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
############################################################################## | ||
|
||
# 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. | ||
|
||
# Overriding shared spec: Longer allocation + extra flags | ||
# Warning: allowed to fail because of a bug in Spack > 0.20.3 | ||
xl_2022_08_19_gcc_8_3_1_cuda_11_2_0: | ||
variables: | ||
SPEC: "${PROJECT_LASSEN_VARIANTS} +cuda cxxflags==\"-qthreaded -std=c++14 -O3 -qstrict -qxlcompatmacros -qlanglvl=extended0x -qalias=noansi -qhot -qpic -qsmp=omp -qsuppress=1500-029 -qsuppress=1500-036\" %[email protected] ^[email protected]+allow-unsupported-compilers ${PROJECT_LASSEN_DEPS}" | ||
SPEC: "${PROJECT_LASSEN_VARIANTS} +cuda cxxflags==\"-qthreaded -std=c++14 -O3 -qstrict -qxlcompatmacros -qlanglvl=extended0x -qalias=noansi -qhot -qpic -qsmp=omp -qsuppress=1500-029 -qsuppress=1500-036\" %[email protected] ^[email protected]+allow-unsupported-compilers ${PROJECT_LASSEN_DEPS} ^blt@develop" | ||
MODULE_LIST: "cuda/11.2.0" | ||
LASSEN_BUILD_AND_TEST_JOB_ALLOC: "1 -W 120" | ||
extends: .build_and_test_on_lassen | ||
|
||
# Overriding shared spec: Longer allocation + extra flags | ||
xl_2022_08_19_gcc_8_3_1_cuda_11_7_0: | ||
variables: | ||
SPEC: "${PROJECT_LASSEN_VARIANTS} +cuda cxxflags==\"-qthreaded -std=c++14 -O3 -qstrict -qxlcompatmacros -qlanglvl=extended0x -qalias=noansi -qhot -qpic -qsmp=omp -qsuppress=1500-029 -qsuppress=1500-036\" %[email protected] ^[email protected]+allow-unsupported-compilers ${PROJECT_LASSEN_DEPS}" | ||
MODULE_LIST: "cuda/11.7.0" | ||
LASSEN_BUILD_AND_TEST_JOB_ALLOC: "1 -W 120" | ||
extends: .build_and_test_on_lassen | ||
|
||
LASSEN_JOB_ALLOC: "1 -W 60 -q pci" | ||
extends: .job_on_lassen | ||
allow_failure: true | ||
|
||
############ | ||
# Extra jobs | ||
|
@@ -38,33 +37,33 @@ xl_2022_08_19_gcc_8_3_1_cuda_11_7_0: | |
|
||
gcc_8_3_1_omptask: | ||
variables: | ||
SPEC: " ~shared +openmp +omptask +tests %[email protected]" | ||
extends: .build_and_test_on_lassen | ||
SPEC: " ~shared +openmp +omptask +tests %[email protected] ^blt@develop" | ||
extends: .job_on_lassen | ||
|
||
gcc_8_3_1_cuda_11_5_0_ats_disabled: | ||
extends: .build_and_test_on_lassen | ||
extends: .job_on_lassen | ||
variables: | ||
SPEC: " ~shared +openmp +tests +cuda %[email protected] cuda_arch=70 ^[email protected]+allow-unsupported-compilers" | ||
SPEC: " ~shared +openmp +tests +cuda %[email protected] cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^blt@develop" | ||
MODULE_LIST: "cuda/11.5.0" | ||
LASSEN_BUILD_AND_TEST_JOB_ALLOC: "1 --atsdisable -W 60" | ||
LASSEN_JOB_ALLOC: "1 --atsdisable -W 30 -q pci" | ||
|
||
########## | ||
# OTHERS | ||
########## | ||
|
||
clang_13_0_1_libcpp: | ||
variables: | ||
SPEC: " ~shared +openmp +tests %[email protected] cflags==\"-DGTEST_HAS_CXXABI_H_=0\" cxxflags==\"-stdlib=libc++ -DGTEST_HAS_CXXABI_H_=0\"" | ||
extends: .build_and_test_on_lassen | ||
SPEC: " ~shared +openmp +tests %[email protected] cflags==\"-DGTEST_HAS_CXXABI_H_=0\" cxxflags==\"-stdlib=libc++ -DGTEST_HAS_CXXABI_H_=0\" ^blt@develop" | ||
extends: .job_on_lassen | ||
|
||
#clang_14_0_5_asan: | ||
# variables: | ||
# SPEC: " ~shared +openmp +tests %[email protected] cxxflags==\"-fsanitize=address\" " | ||
# ASAN_OPTIONS: "detect_leaks=1" | ||
# LSAN_OPTIONS: "suppressions=${CI_PROJECT_DIR}/suppressions.asan" | ||
# extends: .build_and_test_on_lassen | ||
# extends: .job_on_lassen | ||
|
||
gcc_8_3_1_cuda_10_1_243_desul_atomics: | ||
variables: | ||
SPEC: " ~shared +openmp +tests +cuda +desul %[email protected] cuda_arch=70 ^[email protected]+allow-unsupported-compilers" | ||
extends: .build_and_test_on_lassen | ||
SPEC: " ~shared +openmp +tests +cuda +desul %[email protected] cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^blt@develop" | ||
extends: .job_on_lassen |
Oops, something went wrong.