-
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 #1222 from LLNL/v0.15.0-RC
V0.15.0 RC
- Loading branch information
Showing
906 changed files
with
38,451 additions
and
4,739 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 |
---|---|---|
@@ -1,21 +1,16 @@ | ||
############################################################################# | ||
# Copyright (c) 2016-21, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/COPYRIGHT file for details. | ||
# Copyright (c) 2016-22, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/LICENSE file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
############################################################################# | ||
|
||
hip_4_1_gcc_8_1_0 (build and test on corona): | ||
hip_4_5_2_clang_13_0_0 (build and test on corona): | ||
variables: | ||
SPEC: "+hip~openmp %[email protected].0 cxxflags='-finline-functions -finline-limit=20000' cflags='-finline-functions -finline-limit=20000' ^hip@4.1.0" | ||
SPEC: "+rocm~openmp amdgpu_target=gfx906 %[email protected].0 cxxflags=--offload-arch=gfx906 ^blt@develop ^hip@4.5.2" | ||
extends: .build_and_test_on_corona | ||
|
||
hip_4_2_gcc_8_1_0 (build and test on corona): | ||
hip_4_5_2_clang_13_0_0_desul_atomics (build and test on corona): | ||
variables: | ||
SPEC: "+hip~openmp %[email protected] cxxflags='-finline-functions -finline-limit=20000' cflags='-finline-functions -finline-limit=20000' ^[email protected]" | ||
extends: .build_and_test_on_corona | ||
|
||
hip_4_1_clang_9_0_0 (build and test on corona): | ||
variables: | ||
SPEC: "+hip~openmp %[email protected] cxxflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.1.0 ^[email protected]" | ||
SPEC: "+rocm~openmp +desul amdgpu_target=gfx906 %[email protected] cxxflags=--offload-arch=gfx906 ^blt@develop ^[email protected]" | ||
extends: .build_and_test_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
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,6 +1,6 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-21, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/COPYRIGHT file for details. | ||
# Copyright (c) 2016-22, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/LICENSE file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
############################################################################## | ||
|
@@ -11,28 +11,28 @@ | |
|
||
ibm_clang_9: | ||
variables: | ||
SPEC: "%[email protected].0ibm" | ||
SPEC: "%clang@ibm.9.0.0" | ||
extends: .build_and_test_on_lassen | ||
|
||
ibm_clang_9_gcc_8: | ||
variables: | ||
SPEC: "%[email protected].0ibm cxxflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 cflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1" | ||
SPEC: "%clang@ibm.9.0.0 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_8_3_1: | ||
variables: | ||
SPEC: "%[email protected] cxxflags='-finline-functions -finline-limit=20000' cflags='-finline-functions -finline-limit=20000'" | ||
extends: .build_and_test_on_lassen | ||
|
||
xl_16_1_1_7: | ||
xl_16_1_1_11: | ||
variables: | ||
SPEC: "%[email protected].7 cxxflags='-qthreaded -std=c++14 -O3 -qxlcompatmacros -qlanglvl=extended0x -qalias=noansi -qhot -qpic -qsmp=omp -qsuppress=1500-029 -qsuppress=1500-036'" | ||
SPEC: "%[email protected].11 cxxflags='-qthreaded -std=c++14 -O3 -qxlcompatmacros -qlanglvl=extended0x -qalias=noansi -qhot -qpic -qsmp=omp -qsuppress=1500-029 -qsuppress=1500-036'" | ||
DEFAULT_TIME: 50 | ||
extends: .build_and_test_on_lassen | ||
|
||
xl_16_1_1_7_gcc_8_3_1: | ||
xl_16_1_1_11_gcc_8_3_1: | ||
variables: | ||
SPEC: "%[email protected].7 cxxflags='--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 -qthreaded -std=c++14 -O3 -qxlcompatmacros -qlanglvl=extended0x -qalias=noansi -qhot -qpic -qsmp=omp -qsuppress=1500-029 -qsuppress=1500-036' cflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1" | ||
SPEC: "%[email protected].11 cxxflags='--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 -qthreaded -std=c++14 -O3 -qxlcompatmacros -qlanglvl=extended0x -qalias=noansi -qhot -qpic -qsmp=omp -qsuppress=1500-029 -qsuppress=1500-036' cflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1" | ||
DEFAULT_TIME: 50 | ||
extends: .build_and_test_on_lassen | ||
|
||
|
@@ -42,19 +42,24 @@ xl_16_1_1_7_gcc_8_3_1: | |
|
||
ibm_clang_9_cuda: | ||
variables: | ||
SPEC: "+cuda cuda_arch=70 %[email protected].0ibm ^[email protected]" | ||
SPEC: "+cuda cuda_arch=70 %clang@ibm.9.0.0 ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
ibm_clang_9_gcc_8_cuda: | ||
ibm_clang_10_cuda: | ||
variables: | ||
SPEC: "+cuda %[email protected] cuda_arch=70 cxxflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 cflags=--gcc-toolchain=/usr/tce/packages/gcc/gcc-8.3.1 ^[email protected]" | ||
SPEC: "+cuda cuda_arch=70 %[email protected].1 ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
gcc_8_3_1_cuda: | ||
variables: | ||
SPEC: "+cuda %[email protected] cuda_arch=70 ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
gcc_8_3_1_cuda_ats_disabled: | ||
variables: | ||
SPEC: "+cuda %[email protected] cuda_arch=70 ^[email protected]" | ||
extends: .build_and_test_on_lassen_ats_disabled | ||
|
||
xl_16_1_1_7_cuda: | ||
variables: | ||
SPEC: "+cuda %[email protected] cuda_arch=70 ^[email protected] ^[email protected]" | ||
|
@@ -83,3 +88,8 @@ clang_9_0_0_memleak (build and test on lassen): | |
SPEC: "%[email protected] cxxflags=-fsanitize=address" | ||
ASAN_OPTIONS: "detect_leaks=1" | ||
extends: .build_and_test_on_lassen | ||
|
||
gcc_8_3_1_cuda_desul_atomics: | ||
variables: | ||
SPEC: "+cuda +desul %[email protected] cuda_arch=70 ^[email protected]" | ||
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
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,6 +1,6 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-21, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/COPYRIGHT file for details. | ||
# Copyright (c) 2016-22, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/LICENSE file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
############################################################################## | ||
|
@@ -21,11 +21,11 @@ gcc_8_1_0: | |
DEFAULT_TIME: 60 | ||
extends: .build_and_test_on_ruby | ||
|
||
icpc_17_0_2: | ||
variables: | ||
SPEC: "%[email protected]" | ||
DEFAULT_TIME: 40 | ||
extends: .build_and_test_on_ruby | ||
#icpc_17_0_2: | ||
# variables: | ||
# SPEC: "%[email protected]" | ||
# DEFAULT_TIME: 40 | ||
# extends: .build_and_test_on_ruby | ||
|
||
icpc_18_0_2: | ||
variables: | ||
|
@@ -41,8 +41,13 @@ icpc_19_1_0: | |
|
||
# EXTRAS | ||
|
||
gcc_4_9_3: | ||
#gcc_4_9_3: | ||
# variables: | ||
# SPEC: "%[email protected]" | ||
# DEFAULT_TIME: 60 | ||
# extends: .build_and_test_on_ruby | ||
|
||
clang_10_desul_atomics: | ||
variables: | ||
SPEC: "%[email protected]" | ||
DEFAULT_TIME: 60 | ||
SPEC: "+openmp +desul %[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_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
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,12 @@ | ||
{ | ||
"package_name" : "raja", | ||
"package_version" : "develop", | ||
"package_final_phase" : "hostconfig", | ||
"package_source_dir" : "../..", | ||
"spack_url": "https://github.com/spack/spack", | ||
"spack_branch": "develop", | ||
"spack_commit": "be1c4bc563722d0774436cc905fd938c88c61a72", | ||
"spack_activate" : {}, | ||
"spack_configs_path": "scripts/radiuss-spack-configs", | ||
"spack_packages_path": "scripts/spack_packages" | ||
} |
Oops, something went wrong.