-
Notifications
You must be signed in to change notification settings - Fork 23
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 #191 from LLNL/release/2.4.0
Release 2.4.0
- Loading branch information
Showing
57 changed files
with
623 additions
and
2,569 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,62 +5,76 @@ | |
# SPDX-License-Identifier: (MIT) | ||
############################################################################## | ||
|
||
#### | ||
# All lassen build jobs | ||
# CPU ONLY | ||
ibm_clang_9: | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
clang_default (build and test on lassen): | ||
ibm_clang_9_gcc_8: | ||
variables: | ||
SPEC: "%clang@default" | ||
SPEC: "%clang@9.0.0ibm cxxflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 cflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1" | ||
extends: .build_and_test_on_lassen | ||
|
||
gcc_default (build and test on lassen): | ||
gcc_8_3_1: | ||
variables: | ||
SPEC: "%gcc@default" | ||
SPEC: "%gcc@8.3.1 ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
xl_default (build and test on lassen): | ||
xl_16_1_1_7: | ||
variables: | ||
SPEC: "%xl@default" | ||
SPEC: "%xl@16.1.1.7" | ||
extends: .build_and_test_on_lassen | ||
|
||
pgi_default (build and test on lassen): | ||
xl_16_1_1_7_gcc_8_3_1: | ||
variables: | ||
SPEC: "%pgi@default" | ||
SPEC: "%[email protected] cxxflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 cflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1" | ||
extends: .build_and_test_on_lassen | ||
allow_failure: true | ||
|
||
gcc_8_3_1 (build and test on lassen): | ||
# CUDA | ||
|
||
ibm_clang_9_cuda: | ||
variables: | ||
SPEC: "%[email protected]" | ||
SPEC: "+cuda %[email protected] ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
clang_3_9_1 (build and test on lassen): | ||
ibm_clang_9_gcc_8_cuda: | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_lassen_advanced | ||
SPEC: "+cuda %[email protected] cxxflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 cflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 ^[email protected]" | ||
allow_failure: true | ||
extends: .build_and_test_on_lassen | ||
|
||
clang_4_0_0 (build and test on lassen): | ||
gcc_8_3_1_cuda: | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_lassen_advanced | ||
SPEC: "+cuda %[email protected] ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
clang_9_0_0 (build and test on lassen): | ||
xl_16_1_1_7_cuda: | ||
variables: | ||
SPEC: "%[email protected]" | ||
SPEC: "+cuda %[email protected] ^[email protected] ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
nvcc_gcc_4_9_3 (build and test on lassen): | ||
xl_16_1_1_7_gcc_8_3_1_cuda_11: | ||
variables: | ||
SPEC: "%[email protected]+cuda" | ||
SPEC: "+cuda %[email protected] cxxflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 cflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 ^[email protected] ^[email protected]" | ||
allow_failure: true | ||
extends: .build_and_test_on_lassen | ||
|
||
nvcc_gcc_4_9_3_raja (build and test on lassen): | ||
# EXTRAS | ||
|
||
clang_9_0_0_libcpp (build and test on lassen): | ||
variables: | ||
SPEC: "%[email protected]+cuda+raja" | ||
SPEC: "%[email protected]+libcpp" | ||
extends: .build_and_test_on_lassen | ||
allow_failure: true | ||
|
||
nvcc_xl-beta-2019.06.20 (build and test on lassen): | ||
clang_9_0_0_memleak (build and test on lassen): | ||
variables: | ||
SPEC: "%[email protected]+cuda" | ||
SPEC: "%[email protected] cxxflags=-fsanitize=address" | ||
ASAN_OPTIONS: "detect_leaks=1" | ||
extends: .build_and_test_on_lassen | ||
|
||
clang_9_0_0_datarace (build and test on lassen): | ||
variables: | ||
SPEC: "%[email protected] cxxflags=-fsanitize=thread" | ||
allow_failure: true | ||
extends: .build_and_test_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 |
---|---|---|
|
@@ -4,93 +4,34 @@ | |
# | ||
# SPDX-License-Identifier: (MIT) | ||
############################################################################## | ||
|
||
#### | ||
# Quartz build jobs | ||
clang_3_9_1 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
|
||
clang_4_0_0 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
|
||
clang_6_0_0 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
|
||
clang_9_0_0 (build and test on quartz): | ||
clang_10: | ||
variables: | ||
SPEC: "%clang@9.0.0" | ||
SPEC: " %clang@10.0.1" | ||
extends: .build_and_test_on_quartz | ||
|
||
|
||
gcc_4_9_3 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
|
||
gcc_6_1_0 (build and test on quartz): | ||
clang_9: | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
|
||
gcc_7_1_0 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
|
||
gcc_7_3_0 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
SPEC: " %[email protected]" | ||
extends: .build_and_test_on_quartz | ||
|
||
gcc_8_1_0 (build and test on quartz): | ||
gcc_8_1_0: | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz | ||
|
||
# icpc_18_0_2: | ||
# variables: | ||
# SPEC: " tests=none %[email protected]" | ||
# extends: .build_and_test_on_quartz | ||
|
||
icpc_16_0_4 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
allow_failure: true | ||
|
||
icpc_17_0_2 (build and test on quartz): | ||
icpc_19_1_0: | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
|
||
icpc_18_0_0 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
allow_failure: true | ||
|
||
icpc_19_0_4 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz | ||
|
||
# EXTRAS | ||
|
||
pgi_17_10 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
allow_failure: true | ||
|
||
pgi_18_5 (build and test on quartz): | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz_advanced | ||
allow_failure: true | ||
|
||
pgi_19_4 (build and test on quartz): | ||
gcc_4_9_3: | ||
variables: | ||
SPEC: "%[email protected]" | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_quartz | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"package_name" : "chai", | ||
"package_version" : "develop", | ||
"package_final_phase" : "hostconfig", | ||
"package_source_dir" : "../..", | ||
"spack_url": "https://github.com/davidbeckingsale/spack", | ||
"spack_branch": "feature/allow-untested-cuda-versions", | ||
"spack_commit": "46b22d0f6227f6b12bab712bda5b916a53cfc67d", | ||
"spack_activate" : {}, | ||
"spack_configs_path": "scripts/radiuss-spack-configs", | ||
"spack_packages_path": "scripts/spack_packages"} |
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.