-
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 #1622 from LLNL/v2024.02.1-RC
V2024.02.1 RC merge to main
- Loading branch information
Showing
19 changed files
with
99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
############################################################################# | ||
|
||
# Override reproducer section to define project specific variables. | ||
.corona_reproducer_vars: &corona_reproducer_vars | ||
.corona_reproducer_vars: | ||
script: | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
|
@@ -29,6 +30,6 @@ | |
|
||
rocmcc_5_7_0_hip_desul_atomics: | ||
variables: | ||
SPEC: " ~shared +rocm ~openmp +tests +desul amdgpu_target=gfx906 %[email protected] ^[email protected] ^blt@develop" | ||
SPEC: " ~shared +rocm ~openmp +tests +desul amdgpu_target=gfx906 %rocmcc@=5.7.0 ^[email protected] ^blt@develop" | ||
extends: .job_on_corona | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
############################################################################## | ||
|
||
# Override reproducer section to define project specific variables. | ||
.lassen_reproducer_vars: &lassen_reproducer_vars | ||
.lassen_reproducer_vars: | ||
script: | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
|
@@ -22,7 +23,7 @@ | |
# 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} ^blt@develop" | ||
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\" %xl@=16.1.1.12.gcc.8.3.1 ^[email protected]+allow-unsupported-compilers ${PROJECT_LASSEN_DEPS} ^blt@develop" | ||
MODULE_LIST: "cuda/11.2.0" | ||
LASSEN_JOB_ALLOC: "1 -W 60 -q pci" | ||
extends: .job_on_lassen | ||
|
@@ -37,13 +38,13 @@ xl_2022_08_19_gcc_8_3_1_cuda_11_2_0: | |
|
||
gcc_8_3_1_omptask: | ||
variables: | ||
SPEC: " ~shared +openmp +omptask +tests %[email protected] ^blt@develop" | ||
SPEC: " ~shared +openmp +omptask +tests %gcc@=8.3.1 ^blt@develop" | ||
extends: .job_on_lassen | ||
|
||
gcc_8_3_1_cuda_11_5_0_ats_disabled: | ||
extends: .job_on_lassen | ||
variables: | ||
SPEC: " ~shared +openmp +tests +cuda %[email protected] cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^blt@develop" | ||
SPEC: " ~shared +openmp +tests +cuda %gcc@=8.3.1 cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^blt@develop" | ||
MODULE_LIST: "cuda/11.5.0" | ||
LASSEN_JOB_ALLOC: "1 --atsdisable -W 30 -q pci" | ||
|
||
|
@@ -53,17 +54,17 @@ gcc_8_3_1_cuda_11_5_0_ats_disabled: | |
|
||
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\" ^blt@develop" | ||
SPEC: " ~shared +openmp +tests %clang@=13.0.1 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\" " | ||
# SPEC: " ~shared +openmp +tests %clang@=14.0.5 cxxflags==\"-fsanitize=address\" " | ||
# ASAN_OPTIONS: "detect_leaks=1" | ||
# LSAN_OPTIONS: "suppressions=${CI_PROJECT_DIR}/suppressions.asan" | ||
# 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 ^blt@develop" | ||
SPEC: " ~shared +openmp +tests +cuda +desul %gcc@=8.3.1 cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^blt@develop" | ||
extends: .job_on_lassen |
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 |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
############################################################################## | ||
|
||
# Override reproducer section to define projet specific variables. | ||
.poodle_reproducer_vars: &poodle_reproducer_vars | ||
.poodle_reproducer_vars: | ||
script: | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
|
@@ -20,24 +21,22 @@ | |
|
||
clang_14_0_6: | ||
variables: | ||
SPEC: " ~shared +openmp +omptask +tests %[email protected] ^blt@develop" | ||
SPEC: " ~shared +openmp +omptask +tests %clang@=14.0.6 ^blt@develop" | ||
extends: .job_on_poodle | ||
|
||
gcc_10_3_1: | ||
variables: | ||
SPEC: " ~shared +openmp +omptask +tests %[email protected] ^blt@develop" | ||
POODLE_JOB_ALLOC: "--time=60 --nodes=1" | ||
SPEC: " ~shared +openmp +omptask +tests %gcc@=10.3.1 ^blt@develop" | ||
extends: .job_on_poodle | ||
|
||
intel_19_1_2_gcc_10_3_1: | ||
variables: | ||
SPEC: " ~shared +openmp +omptask +tests %[email protected] ^blt@develop" | ||
POODLE_JOB_ALLOC: "--time=90 --nodes=1" | ||
SPEC: " ~shared +openmp +omptask +tests %intel@=19.1.2.gcc.10.3.1 ^blt@develop" | ||
extends: .job_on_poodle | ||
|
||
intel_2022_1_0: | ||
variables: | ||
SPEC: "${PROJECT_POODLE_VARIANTS} %[email protected] ${PROJECT_POODLE_DEPS} ^blt@develop" | ||
SPEC: "${PROJECT_POODLE_VARIANTS} %intel@=2022.1.0 ${PROJECT_POODLE_DEPS} ^blt@develop" | ||
allow_failure: true | ||
extends: .job_on_poodle | ||
|
||
|
@@ -50,17 +49,16 @@ intel_2022_1_0: | |
|
||
clang_14_0_6_openmp_off: | ||
variables: | ||
SPEC: " ~shared ~openmp +tests %[email protected] ^blt@develop" | ||
SPEC: " ~shared ~openmp +tests %clang@=14.0.6 ^blt@develop" | ||
extends: .job_on_poodle | ||
|
||
gcc_10_3_1_openmp_default: | ||
variables: | ||
SPEC: " ~shared +tests %[email protected] ^blt@develop" | ||
POODLE_JOB_ALLOC: "--time=60 --nodes=1" | ||
SPEC: " ~shared +tests %gcc@=10.3.1 ^blt@develop" | ||
extends: .job_on_poodle | ||
|
||
# OTHERS | ||
clang_14_0_6_gcc_10_3_1_desul_atomics: | ||
variables: | ||
SPEC: " ~shared +openmp +tests +desul %[email protected] ^blt@develop" | ||
SPEC: " ~shared +openmp +tests +desul %clang@=14.0.6.gcc.10.3.1 ^blt@develop" | ||
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 |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
############################################################################## | ||
|
||
# Override reproducer section to define project specific variables. | ||
.ruby_reproducer_vars: &ruby_reproducer_vars | ||
.ruby_reproducer_vars: | ||
script: | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
|
@@ -20,24 +21,22 @@ | |
|
||
clang_14_0_6: | ||
variables: | ||
SPEC: " ~shared +openmp +omptask +tests %[email protected] ^blt@develop" | ||
SPEC: " ~shared +openmp +omptask +tests %clang@=14.0.6 ^blt@develop" | ||
extends: .job_on_ruby | ||
|
||
gcc_10_3_1: | ||
variables: | ||
SPEC: " ~shared +openmp +omptask +tests %[email protected] ^blt@develop" | ||
RUBY_JOB_ALLOC: "--time=60 --nodes=1" | ||
SPEC: " ~shared +openmp +omptask +tests %gcc@=10.3.1 ^blt@develop" | ||
extends: .job_on_ruby | ||
|
||
intel_19_1_2_gcc_10_3_1: | ||
variables: | ||
SPEC: " ~shared +openmp +omptask +tests %[email protected] ^blt@develop" | ||
RUBY_JOB_ALLOC: "--time=90 --nodes=1" | ||
SPEC: " ~shared +openmp +omptask +tests %intel@=19.1.2.gcc.10.3.1 ^blt@develop" | ||
extends: .job_on_ruby | ||
|
||
intel_2022_1_0: | ||
variables: | ||
SPEC: "${PROJECT_RUBY_VARIANTS} %[email protected] ${PROJECT_RUBY_DEPS} ^blt@develop" | ||
SPEC: "${PROJECT_RUBY_VARIANTS} %intel@=2022.1.0 ${PROJECT_RUBY_DEPS} ^blt@develop" | ||
allow_failure: true | ||
extends: .job_on_ruby | ||
|
||
|
@@ -50,17 +49,16 @@ intel_2022_1_0: | |
|
||
clang_14_0_6_openmp_off: | ||
variables: | ||
SPEC: " ~shared ~openmp +tests %[email protected] ^blt@develop" | ||
SPEC: " ~shared ~openmp +tests %clang@=14.0.6 ^blt@develop" | ||
extends: .job_on_ruby | ||
|
||
gcc_10_3_1_openmp_default: | ||
variables: | ||
SPEC: " ~shared +tests %[email protected] ^blt@develop" | ||
RUBY_JOB_ALLOC: "--time=60 --nodes=1" | ||
SPEC: " ~shared +tests %gcc@=10.3.1 ^blt@develop" | ||
extends: .job_on_ruby | ||
|
||
# OTHERS | ||
clang_14_0_6_gcc_10_3_1_desul_atomics: | ||
variables: | ||
SPEC: " ~shared +openmp +tests +desul %[email protected] ^blt@develop" | ||
SPEC: " ~shared +openmp +tests +desul %clang@=14.0.6.gcc.10.3.1 ^blt@develop" | ||
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 |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
############################################################################# | ||
|
||
# Override reproducer section to define project specific variables. | ||
.tioga_reproducer_vars: &tioga_reproducer_vars | ||
.tioga_reproducer_vars: | ||
script: | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
|
@@ -29,10 +30,10 @@ | |
|
||
rocmcc_5_7_1_hip_desul_atomics: | ||
variables: | ||
SPEC: "~shared +rocm ~openmp +desul +tests amdgpu_target=gfx90a %[email protected] ^[email protected] ^blt@develop" | ||
SPEC: "~shared +rocm ~openmp +desul +tests amdgpu_target=gfx90a %rocmcc@=5.7.1 ^[email protected] ^blt@develop" | ||
extends: .job_on_tioga | ||
|
||
rocmcc_5_7_1_hip_openmp: | ||
variables: | ||
SPEC: "~shared +rocm +openmp +omptask +tests amdgpu_target=gfx90a %[email protected] ^[email protected] ^blt@develop" | ||
SPEC: "~shared +rocm +openmp +omptask +tests amdgpu_target=gfx90a %rocmcc@=5.7.1 ^[email protected] ^blt@develop" | ||
extends: .job_on_tioga |
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
Submodule blt
updated
25 files
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
Oops, something went wrong.