-
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 #1696 from LLNL/task/rhornung67/v2024.07.0-RC
Merge RC branch to main for release
- Loading branch information
Showing
143 changed files
with
10,785 additions
and
2,143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,5 @@ | |
/install_*/ | ||
/install-*/ | ||
/Debug/ | ||
*.swp | ||
*.orig |
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 |
---|---|---|
|
@@ -8,9 +8,7 @@ | |
# Override reproducer section to define project specific variables. | ||
.corona_reproducer_vars: | ||
script: | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
- !reference [.reproducer_vars, script] | ||
|
||
######################## | ||
# Overridden shared jobs | ||
|
@@ -33,3 +31,9 @@ rocmcc_5_7_0_hip_desul_atomics: | |
SPEC: " ~shared +rocm ~openmp +tests +desul amdgpu_target=gfx906 %rocmcc@=5.7.0 ^[email protected] ^blt@develop" | ||
extends: .job_on_corona | ||
|
||
clang_19_0_0_sycl_gcc_10_3_1_rocmcc_5_7_1_hip: | ||
variables: | ||
SPEC: " ~shared +sycl ~openmp +tests %clang@=19.0.0 cxxflags==\"-w -fsycl -fsycl-unnamed-lambda -fsycl-targets=amdgcn-amd-amdhsa -Xsycl-target-backend --offload-arch=gfx906\" ^blt@develop" | ||
MODULE_LIST: "rocm/5.7.1" | ||
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 |
---|---|---|
|
@@ -8,9 +8,7 @@ | |
# Override reproducer section to define project specific variables. | ||
.lassen_reproducer_vars: | ||
script: | ||
- | | ||
echo -e "export MODULE_LIST=\"${MODULE_LIST}\"" | ||
echo -e "export SPEC=\"${SPEC//\"/\\\"}\"" | ||
- !reference [.reproducer_vars, script] | ||
|
||
######################## | ||
# Overridden shared jobs | ||
|
@@ -68,3 +66,13 @@ gcc_8_3_1_cuda_10_1_243_desul_atomics: | |
variables: | ||
SPEC: " ~shared +openmp +tests +cuda +desul %gcc@=8.3.1 cuda_arch=70 ^[email protected]+allow-unsupported-compilers ^blt@develop" | ||
extends: .job_on_lassen | ||
|
||
# Warning: Allowed to fail temporarily | ||
# Deactivated due to issues with OpenMP Target and various tests and compilers. | ||
clang_16_0_6_ibm_omptarget: | ||
variables: | ||
SPEC: " ~shared +openmp +omptarget +tests %clang@=16.0.6.ibm.gcc.8.3.1 ^blt@develop" | ||
ON_LASSEN: "OFF" | ||
extends: .job_on_lassen | ||
allow_failure: true | ||
|
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
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.