-
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 #1393 from LLNL/v2022.10.3-RC
V2022.10.3 rc
- Loading branch information
Showing
49 changed files
with
1,268 additions
and
499 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 |
---|---|---|
|
@@ -23,6 +23,6 @@ | |
|
||
rocm_5_1_1_clang_13_0_0_desul_atomics: | ||
variables: | ||
SPEC: " +rocm ~openmp +desul amdgpu_target=gfx906 %[email protected] ^[email protected] ^blt@develop" | ||
SPEC: " ~shared +rocm ~openmp +tests +desul amdgpu_target=gfx906 %[email protected] ^[email protected] ^blt@develop" | ||
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 |
---|---|---|
|
@@ -102,7 +102,7 @@ xl_16_1_1_12_gcc_8_3_1_cuda_11_1_0: | |
|
||
clang_14_0_5: | ||
variables: | ||
SPEC: " +openmp %[email protected]" | ||
SPEC: " ~shared +openmp +tests %[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
########## | ||
|
@@ -111,18 +111,18 @@ clang_14_0_5: | |
|
||
clang_12_0_1_cuda_11_5_0: | ||
variables: | ||
SPEC: " +openmp +cuda cuda_arch=70 %[email protected] ^[email protected]" | ||
SPEC: " ~shared +openmp +tests +cuda cuda_arch=70 %[email protected] ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
gcc_8_3_1_cuda_11_1_0: | ||
variables: | ||
SPEC: " +openmp +cuda %[email protected] cuda_arch=70 ^[email protected]" | ||
SPEC: " ~shared +openmp +tests +cuda %[email protected] cuda_arch=70 ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
gcc_8_3_1_cuda_11_5_0_ats_disabled: | ||
extends: .build_and_test_on_lassen | ||
variables: | ||
SPEC: " +openmp +cuda %[email protected] cuda_arch=70 ^[email protected]" | ||
SPEC: " ~shared +openmp +tests +cuda %[email protected] cuda_arch=70 ^[email protected]" | ||
LASSEN_BUILD_AND_TEST_JOB_ALLOC: "1 --atsdisable -W 60" | ||
|
||
########## | ||
|
@@ -131,16 +131,16 @@ gcc_8_3_1_cuda_11_5_0_ats_disabled: | |
|
||
clang_13_0_1_libcpp: | ||
variables: | ||
SPEC: " +openmp %[email protected]+libcpp" | ||
SPEC: " ~shared +openmp +tests %[email protected]+libcpp" | ||
extends: .build_and_test_on_lassen | ||
|
||
clang_14_0_5_asan: | ||
variables: | ||
SPEC: " +openmp %[email protected] cxxflags=-fsanitize=address" | ||
SPEC: " ~shared +openmp +tests %[email protected] cxxflags=-fsanitize=address" | ||
ASAN_OPTIONS: "detect_leaks=1" | ||
extends: .build_and_test_on_lassen | ||
|
||
gcc_8_3_1_cuda_10_1_168_desul_atomics: | ||
variables: | ||
SPEC: " +openmp +cuda +desul %[email protected] cuda_arch=70 ^[email protected]" | ||
SPEC: " ~shared +openmp +tests +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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,24 +35,24 @@ pgi_20_1_gcc_local_8_3_1: | |
|
||
clang_9_0_0_openmp_off: | ||
variables: | ||
SPEC: " ~openmp %[email protected]" | ||
SPEC: " ~shared ~openmp +tests %[email protected]" | ||
extends: .build_and_test_on_ruby | ||
|
||
gcc_8_1_0_openmp_default: | ||
variables: | ||
SPEC: " %[email protected]" | ||
SPEC: " ~shared +tests %[email protected]" | ||
RUBY_BUILD_AND_TEST_JOB_ALLOC: "--time=60 --nodes=1" | ||
extends: .build_and_test_on_ruby | ||
|
||
icpc_19_1_0: | ||
variables: | ||
SPEC: " +openmp %[email protected]" | ||
SPEC: " ~shared +openmp +tests %[email protected]" | ||
RUBY_BUILD_AND_TEST_JOB_ALLOC: "--time=40 --nodes=1" | ||
extends: .build_and_test_on_ruby | ||
|
||
# OTHERS | ||
clang_10_0_1_gcc_8_3_1_desul_atomics: | ||
variables: | ||
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" | ||
SPEC: " ~shared +openmp +tests +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
This file was deleted.
Oops, something went wrong.
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,54 @@ | ||
############################################################################### | ||
# Copyright (c) 2016-22, Lawrence Livermore National Security, LLC | ||
# and other RAJA project contributors. See the RAJA/LICENSE file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
############################################################################### | ||
|
||
#[=======================================================================[.rst: | ||
FindrocPRIM | ||
------- | ||
Finds the rocPRIM package. | ||
Result Variables | ||
^^^^^^^^^^^^^^^^ | ||
This will define the following variables: | ||
``rocPRIM_FOUND`` | ||
True if the system has the rocPRIM library. | ||
``rocPRIM_INCLUDE_DIRS`` | ||
Include directories needed to use rocPRIM. | ||
Cache Variables | ||
^^^^^^^^^^^^^^^ | ||
The following cache variables may also be set: | ||
``rocPRIM_INCLUDE_DIR`` | ||
The directory containing ``rocprim.hpp``. | ||
#]=======================================================================] | ||
|
||
include (FindPackageHandleStandardArgs) | ||
|
||
find_path(rocPRIM_INCLUDE_DIR | ||
NAMES rocprim/rocprim.hpp | ||
HINTS | ||
${ROCPRIM_DIR}/ | ||
${HIP_ROOT_DIR}/../ | ||
PATH_SUFFIXES | ||
include | ||
rocprim | ||
rocprim/include) | ||
|
||
find_package_handle_standard_args( | ||
rocPRIM | ||
DEFAULT_MSG | ||
rocPRIM_INCLUDE_DIR) | ||
|
||
if (rocPRIM_FOUND) | ||
set(rocPRIM_INCLUDE_DIRS ${rocPRIM_INCLUDE_DIR}) | ||
endif() |
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,16 @@ | ||
############################################################################### | ||
# 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) | ||
############################################################################### | ||
|
||
set(RAJA_COMPILER "RAJA_COMPILER_GNU" CACHE STRING "") | ||
|
||
set(CMAKE_CXX_FLAGS_RELEASE "-Ofast -march=native" CACHE STRING "") | ||
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-Ofast -march=native -g" CACHE STRING "") | ||
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g" CACHE STRING "") | ||
|
||
set(RAJA_DATA_ALIGN 64 CACHE STRING "") | ||
|
||
set(RAJA_HOST_CONFIG_LOADED On CACHE BOOL "") |
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,16 @@ | ||
############################################################################### | ||
# 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) | ||
############################################################################### | ||
|
||
set(RAJA_COMPILER "RAJA_COMPILER_ICC" CACHE STRING "") | ||
|
||
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native -ansi-alias -diag-disable cpu-dispatch" CACHE STRING "") | ||
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -g -march=native -ansi-alias -diag-disable cpu-dispatch" CACHE STRING "") | ||
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g" CACHE STRING "") | ||
|
||
set(RAJA_DATA_ALIGN 64 CACHE STRING "") | ||
|
||
set(RAJA_HOST_CONFIG_LOADED On CACHE BOOL "") |
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,16 @@ | ||
############################################################################### | ||
# 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) | ||
############################################################################### | ||
|
||
set(RAJA_COMPILER "RAJA_COMPILER_ICC" CACHE STRING "") | ||
|
||
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native" CACHE STRING "") | ||
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -g -march=native" CACHE STRING "") | ||
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g" CACHE STRING "") | ||
|
||
set(RAJA_DATA_ALIGN 64 CACHE STRING "") | ||
|
||
set(RAJA_HOST_CONFIG_LOADED On CACHE BOOL "") |
Oops, something went wrong.