-
Notifications
You must be signed in to change notification settings - Fork 52
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 #625 from LLNL/release/6.0.0
Release v6.0.0
- Loading branch information
Showing
542 changed files
with
51,959 additions
and
65,693 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,3 +5,5 @@ CMakeFiles | |
*.tar.gz | ||
.vscode | ||
.devcontainer | ||
*spack.lock* | ||
.spack_env/*/.spack-env |
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,10 +1,21 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-20, Lawrence Livermore National Security, LLC and Umpire | ||
# Copyright (c) 2016-21, Lawrence Livermore National Security, LLC and Umpire | ||
# project contributors. See the COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (MIT) | ||
############################################################################## | ||
hip_fortran_gcc_8_1_0 (build and test on corona): | ||
rocm_4_1_fortran_gcc_8_1_0 (build and test on corona): | ||
variables: | ||
SPEC: "+hip~tools+fortran%[email protected]" | ||
SPEC: "+fortran+rocm~tools amdgpu_target=gfx906 %[email protected] ^[email protected]" | ||
extends: .build_and_test_on_corona | ||
|
||
rocm_4_2_fortran_gcc_8_1_0 (build and test on corona): | ||
variables: | ||
SPEC: "+fortran+rocm amdgpu_target=gfx906 %[email protected] ^[email protected]" | ||
extends: .build_and_test_on_corona | ||
|
||
# Develop builds against specific tpl versions | ||
rocm_4_2_fortran_gcc_8_1_0_tpls (build and test on corona): | ||
variables: | ||
SPEC: "+fortran+rocm amdgpu_target=gfx906 %[email protected] ^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,5 +1,5 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-20, Lawrence Livermore National Security, LLC and Umpire | ||
# Copyright (c) 2016-21, Lawrence Livermore National Security, LLC and Umpire | ||
# project contributors. See the COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (MIT) | ||
|
@@ -21,9 +21,14 @@ clang_10_0_1_mpi (build and test on lassen): | |
SPEC: "%[email protected] +mpi ^spectrum-mpi" | ||
extends: .build_and_test_on_lassen | ||
|
||
clang_10_0_1_mpi_shmem: | ||
variables: | ||
SPEC: "%[email protected] +ipc_shmem +mpi ^spectrum-mpi" | ||
extends: .build_and_test_on_lassen | ||
|
||
gcc_8_3_1: | ||
variables: | ||
SPEC: "+fortran%[email protected] ^[email protected]" | ||
SPEC: "+fortran%[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
pgi_19_10: | ||
|
@@ -55,12 +60,12 @@ xl_16_1_1_7_gcc_8_3_1: | |
|
||
ibm_clang_9_cuda: | ||
variables: | ||
SPEC: "+fortran+cuda+allow-untested-versions %[email protected] ^[email protected]" | ||
SPEC: "+fortran+cuda %[email protected] ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
ibm_clang_9_gcc_8_cuda: | ||
variables: | ||
SPEC: "+fortran+cuda %[email protected] +allow-untested-versions 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: "+fortran+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]" | ||
extends: .build_and_test_on_lassen | ||
|
||
gcc_8_3_1_cuda: | ||
|
@@ -73,17 +78,17 @@ pgi_19_10_cuda: | |
SPEC: "+fortran+cuda %[email protected] ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
pgi_19_10_gcc_8_3_1_cuda: | ||
variables: | ||
SPEC: "+fortran+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 | ||
# pgi_19_10_gcc_8_3_1_cuda: | ||
# variables: | ||
# SPEC: "+fortran+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 | ||
|
||
pgi_20_4_gcc_8_3_1_cuda_11: | ||
variables: | ||
SPEC: "+fortran+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 | ||
# pgi_20_4_gcc_8_3_1_cuda_11: | ||
# variables: | ||
# SPEC: "+fortran+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 | ||
|
||
xl_16_1_1_7_cuda: | ||
variables: | ||
|
@@ -92,23 +97,33 @@ xl_16_1_1_7_cuda: | |
|
||
xl_16_1_1_7_gcc_8_3_1_cuda_11: | ||
variables: | ||
SPEC: "+fortran+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 | ||
SPEC: "+fortran+cuda tests=none %[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]" | ||
extends: .build_and_test_on_lassen | ||
|
||
# EXTRAS | ||
|
||
clang_9_0_0_libcpp (build and test on lassen): | ||
variables: | ||
SPEC: "%[email protected]+libcpp" | ||
SPEC: "%[email protected]+libcpp cxxflags='-stdlib=libc++ -DGTEST_HAS_CXXABI_H_=0' cflags='-DGTEST_HAS_CXXABI_H_=0'" | ||
extends: .build_and_test_on_lassen | ||
|
||
clang_9_0_0_memleak (build and test on lassen): | ||
variables: | ||
SPEC: "%[email protected] cxxflags=-fsanitize=address" | ||
SPEC: "+asan +sanitizer_tests %[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 | ||
|
||
gcc_8_3_1_dev_benchmarks: | ||
variables: | ||
SPEC: "+dev_benchmarks %[email protected] build_type=Release" | ||
extends: .build_and_test_on_lassen | ||
|
||
xl_default_omp_target (build and test on lassen): | ||
variables: | ||
SPEC: "%xl@default+openmp+openmp_target ^[email protected]" | ||
|
@@ -118,3 +133,20 @@ gcc_8_3_1_numa: | |
variables: | ||
SPEC: "+fortran+numa%[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
# Develop/main builds against specific tpl versions | ||
|
||
gcc_8_3_1_tpls: | ||
variables: | ||
SPEC: "+fortran%[email protected] ^blt@develop" | ||
extends: .build_and_test_on_lassen | ||
|
||
ibm_clang_9_gcc_8_cuda_tpls: | ||
variables: | ||
SPEC: "+fortran+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 ^blt@develop ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
xl_16_1_1_7_cuda_tpls: | ||
variables: | ||
SPEC: "+fortran+cuda %[email protected] ^blt@develop ^[email protected] ^[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
Oops, something went wrong.