-
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 #1083 from LLNL/v0.14.0-rc
V0.14.0 rc
- Loading branch information
Showing
788 changed files
with
27,581 additions
and
14,786 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
############################################################################# | ||
# Copyright (c) 2016-21, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
############################################################################# | ||
|
||
hip_4_1_gcc_8_1_0 (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_2_gcc_8_1_0 (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]" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
############################################################################# | ||
# Copyright (c) 2016-21, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
############################################################################# | ||
|
||
#### | ||
# This is the share configuration of jobs for corona | ||
|
||
#### | ||
# In pre-build phase, allocate a node for builds | ||
.on_corona: | ||
tags: | ||
- shell | ||
- corona | ||
rules: | ||
- if: '$ON_CORONA == "OFF"' #run except if ... | ||
when: never | ||
- if: '$CI_JOB_NAME =~ /release_resources/' | ||
when: always | ||
- when: on_success | ||
|
||
#### | ||
# Generic corona build job, extending build script | ||
.build_and_test_on_corona: | ||
stage: c_build_and_test | ||
extends: [.build_toss_3_x86_64_ib_corona_script, .on_corona] | ||
needs: [] | ||
|
||
.build_and_test_on_corona_advanced: | ||
extends: [.build_and_test_on_corona, .advanced_pipeline] | ||
|
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,14 +1,85 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-2020, Lawrence Livermore National Security, LLC | ||
# Copyright (c) 2016-21, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
############################################################################## | ||
|
||
#### | ||
# All lassen build jobs | ||
nvcc_10_clang_8_0_1 (build and test on lassen): | ||
########## | ||
# CPU ONLY | ||
########## | ||
|
||
ibm_clang_9: | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
ibm_clang_9_gcc_8: | ||
variables: | ||
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 | ||
|
||
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: | ||
variables: | ||
SPEC: "%[email protected] 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: | ||
variables: | ||
SPEC: "%[email protected] 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 | ||
|
||
########## | ||
# CUDA | ||
########## | ||
|
||
ibm_clang_9_cuda: | ||
variables: | ||
SPEC: "+cuda cuda_arch=70 %[email protected] ^[email protected]" | ||
extends: .build_and_test_on_lassen | ||
|
||
ibm_clang_9_gcc_8_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]" | ||
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 | ||
|
||
xl_16_1_1_7_cuda: | ||
variables: | ||
SPEC: "+cuda %[email protected] cuda_arch=70 ^[email protected] ^[email protected]" | ||
DEFAULT_TIME: 60 | ||
allow_failure: true | ||
extends: .build_and_test_on_lassen | ||
|
||
xl_16_1_1_7_gcc_8_3_1_cuda_11: | ||
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] ^[email protected]" | ||
DEFAULT_TIME: 60 | ||
allow_failure: true | ||
extends: .build_and_test_on_lassen | ||
|
||
########## | ||
# EXTRAS | ||
########## | ||
|
||
clang_9_0_0_libcpp (build and test on lassen): | ||
variables: | ||
SPEC: "%[email protected]+libcpp" | ||
extends: .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 | ||
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 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,48 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-21, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
############################################################################## | ||
|
||
clang_10: | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_ruby | ||
|
||
clang_9: | ||
variables: | ||
SPEC: "%[email protected]" | ||
extends: .build_and_test_on_ruby | ||
|
||
gcc_8_1_0: | ||
variables: | ||
SPEC: "%[email protected]" | ||
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_18_0_2: | ||
variables: | ||
SPEC: " tests=none %[email protected]" | ||
DEFAULT_TIME: 40 | ||
extends: .build_and_test_on_ruby | ||
|
||
icpc_19_1_0: | ||
variables: | ||
SPEC: "%[email protected]" | ||
DEFAULT_TIME: 40 | ||
extends: .build_and_test_on_ruby | ||
|
||
# EXTRAS | ||
|
||
gcc_4_9_3: | ||
variables: | ||
SPEC: "%[email protected]" | ||
DEFAULT_TIME: 60 | ||
extends: .build_and_test_on_ruby |
38 changes: 19 additions & 19 deletions
38
.gitlab/quartz-templates.yml → .gitlab/ruby-templates.yml
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,54 +1,54 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-2020, Lawrence Livermore National Security, LLC | ||
# Copyright (c) 2016-21, Lawrence Livermore National Security, LLC | ||
# and RAJA project contributors. See the RAJA/COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
############################################################################## | ||
|
||
#### | ||
# This is the share configuration of jobs for quartz | ||
# This is the shared configuration of jobs for ruby | ||
|
||
#### | ||
# In pre-build phase, allocate a node for builds | ||
.on_quartz: | ||
.on_ruby: | ||
tags: | ||
- shell | ||
- quartz | ||
- ruby | ||
rules: | ||
- if: '$CI_COMMIT_BRANCH =~ /_qnone/ || $ON_QUARTZ == "OFF"' #run except if ... | ||
- if: '$CI_COMMIT_BRANCH =~ /_qnone/ || $ON_RUBY == "OFF"' #run except if ... | ||
when: never | ||
- if: '$CI_JOB_NAME =~ /release_resources/' | ||
when: always | ||
- when: on_success | ||
|
||
#### | ||
# In pre-build phase, allocate a node for builds | ||
allocate_resources (on quartz): | ||
# NOTE: Not specifying 'salloc -c 56' should allocate the max number of CPU cores | ||
allocate_resources (on ruby): | ||
variables: | ||
GIT_STRATEGY: none | ||
extends: .on_quartz | ||
stage: q_allocate_resources | ||
extends: .on_ruby | ||
stage: r_allocate_resources | ||
script: | ||
- salloc -N 1 -c 36 -p pdebug -t 20 --no-shell --job-name=${ALLOC_NAME} | ||
needs: [] | ||
- salloc -N 1 -p pdebug -t 45 --no-shell --job-name=${ALLOC_NAME} | ||
|
||
#### | ||
# In post-build phase, deallocate resources | ||
# Note : make sure this is run even on build phase failure | ||
release_resources (on quartz): | ||
release_resources (on ruby): | ||
variables: | ||
GIT_STRATEGY: none | ||
extends: .on_quartz | ||
stage: q_release_resources | ||
extends: .on_ruby | ||
stage: r_release_resources | ||
script: | ||
- export JOBID=$(squeue -h --name=${ALLOC_NAME} --format=%A) | ||
- ([[ -n "${JOBID}" ]] && scancel ${JOBID}) | ||
|
||
#### | ||
# Generic quartz build job, extending build script | ||
.build_and_test_on_quartz: | ||
stage: q_build_and_test | ||
extends: [.build_toss_3_x86_64_ib_script, .on_quartz] | ||
# Generic ruby build job, extending build script | ||
.build_and_test_on_ruby: | ||
extends: [.build_toss_3_x86_64_ib_script, .on_ruby] | ||
stage: r_build_and_test | ||
|
||
.build_and_test_on_quartz_advanced: | ||
extends: [.build_and_test_on_quartz, .advanced_pipeline] | ||
.build_and_test_on_ruby_advanced: | ||
extends: [.build_and_test_on_ruby, .advanced_pipeline] |
Oops, something went wrong.