-
Notifications
You must be signed in to change notification settings - Fork 27
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 #1145 from LLNL/v0.8.0-RC
V0.8.0 rc
- Loading branch information
Showing
1,139 changed files
with
51,746 additions
and
24,613 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 |
---|---|---|
|
@@ -15,6 +15,7 @@ _axom_build_and_test_* | |
tpl_dirs_summary.json | ||
*.swp | ||
*.vscode* | ||
.vs/* | ||
uberenv_libs | ||
*_build* | ||
.idea | ||
|
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,4 +1,4 @@ | ||
# Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and | ||
# Copyright (c) 2017-2023, Lawrence Livermore National Security, LLC and | ||
# other Axom Project Developers. See the top-level LICENSE file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
|
@@ -14,92 +14,101 @@ | |
- if: '$CI_COMMIT_BRANCH =~ /_lnone/ || $ON_LASSEN == "OFF"' #run except if ... | ||
when: never | ||
- when: on_success | ||
|
||
#### | ||
# Load required CUDA module | ||
.with_cuda: | ||
before_script: | ||
- module load cuda/11.0.2 | ||
- module load cuda/11.2.0 | ||
- module load cmake/3.18.0 | ||
|
||
#### | ||
# Template | ||
.src_build_on_lassen: | ||
stage: build | ||
variables: | ||
ALLOC_COMMAND: "lalloc 1 -W 25 -q pdebug" | ||
ALLOC_COMMAND: "lalloc 1 -W 25 -q pdebug -alloc_flags atsdisable" | ||
extends: [.src_build_script, .on_lassen, .src_workflow] | ||
needs: [] | ||
|
||
.full_build_on_lassen: | ||
stage: build | ||
variables: | ||
ALLOC_COMMAND: "lalloc 1 -W 45 -q pdebug" | ||
ALLOC_COMMAND: "lalloc 1 -W 45 -q pdebug -alloc_flags atsdisable" | ||
extends: [.full_build_script, .on_lassen, .full_workflow] | ||
needs: [] | ||
|
||
#### | ||
# PR Build jobs | ||
lassen-clang_8_0_1_cuda-src: | ||
lassen-clang_10_0_1-src: | ||
variables: | ||
COMPILER: "clang@8.0.1_cuda" | ||
COMPILER: "clang@10.0.1.1" | ||
HOST_CONFIG: "lassen-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake" | ||
extends: [.src_build_on_lassen, .with_cuda] | ||
extends: [.src_build_on_lassen] | ||
|
||
lassen-clang_9_0_0-src: | ||
lassen-clang_10_0_1_cuda-src: | ||
variables: | ||
COMPILER: "clang@9.0.0" | ||
COMPILER: "clang@10.0.1.2_cuda" | ||
HOST_CONFIG: "lassen-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake" | ||
extends: [.src_build_on_lassen] | ||
|
||
lassen-gcc_7_3_1-src: | ||
lassen-gcc_8_3_1-src: | ||
variables: | ||
COMPILER: "gcc@7.3.1" | ||
COMPILER: "gcc@8.3.1.1" | ||
HOST_CONFIG: "lassen-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake" | ||
extends: [.src_build_on_lassen] | ||
|
||
lassen-xl_16_1_1_11_cuda-src: | ||
lassen-gcc_8_3_1_cuda-src: | ||
variables: | ||
COMPILER: "[email protected].1.11_cuda" | ||
COMPILER: "[email protected].1.2_cuda" | ||
HOST_CONFIG: "lassen-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake" | ||
extends: [.src_build_on_lassen] | ||
|
||
lassen-xl_16_1_1_12-src: | ||
lassen-xl_16_1_1-src: | ||
variables: | ||
COMPILER: "[email protected].12" | ||
COMPILER: "[email protected].1" | ||
HOST_CONFIG: "lassen-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake" | ||
extends: [.src_build_on_lassen, .with_cuda] | ||
extends: [.src_build_on_lassen] | ||
|
||
lassen-xl_16_1_1_cuda-src: | ||
variables: | ||
COMPILER: "[email protected]_cuda" | ||
HOST_CONFIG: "lassen-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake" | ||
extends: [.src_build_on_lassen] | ||
|
||
#### | ||
# Full Build jobs | ||
lassen-clang_8_0_1_cuda-full: | ||
lassen-clang_10_0_1-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem+cuda~openmp" | ||
EXTRA_SPEC: "cuda_arch=70" | ||
extends: [.full_build_on_lassen, .with_cuda] | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem~openmp" | ||
extends: [.full_build_on_lassen] | ||
|
||
lassen-clang_9_0_0-full: | ||
lassen-clang_10_0_1_cuda-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem~openmp" | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem+cuda~openmp" | ||
EXTRA_SPEC: "cuda_arch=70" | ||
extends: [.full_build_on_lassen] | ||
|
||
lassen-gcc_7_3_1-full: | ||
lassen-gcc_8_3_1-full: | ||
variables: | ||
COMPILER: "gcc@7.3.1" | ||
COMPILER: "gcc@8.3.1.1" | ||
SPEC: "%${COMPILER}+mfem" | ||
extends: [.full_build_on_lassen] | ||
|
||
lassen-xl_16_1_1_11_cuda-full: | ||
lassen-gcc_8_3_1_cuda-full: | ||
variables: | ||
COMPILER: "[email protected].1.11" | ||
SPEC: "%${COMPILER}+mfem+cuda~openmp~cpp14" | ||
COMPILER: "[email protected].1.2" | ||
SPEC: "%${COMPILER}~mfem+cuda" | ||
EXTRA_SPEC: "cuda_arch=70" | ||
extends: [.full_build_on_lassen, .with_cuda] | ||
extends: [.full_build_on_lassen] | ||
|
||
lassen-xl_16_1_1_12-full: | ||
lassen-xl_16_1_1-full: | ||
variables: | ||
COMPILER: "[email protected].12" | ||
COMPILER: "[email protected].1" | ||
SPEC: "%${COMPILER}+mfem~openmp~cpp14" | ||
extends: [.full_build_on_lassen] | ||
|
||
lassen-xl_16_1_1_cuda-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem+cuda~openmp~cpp14" | ||
EXTRA_SPEC: "cuda_arch=70" | ||
extends: [.full_build_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 |
---|---|---|
@@ -0,0 +1,128 @@ | ||
# Copyright (c) 2017-2023, Lawrence Livermore National Security, LLC and | ||
# other Axom Project Developers. See the top-level LICENSE file for details. | ||
# | ||
# SPDX-License-Identifier: (BSD-3-Clause) | ||
|
||
#### | ||
# This is the shared configuration of jobs for quartz | ||
.on_quartz: | ||
tags: | ||
- shell | ||
- quartz | ||
rules: | ||
- if: '$CI_COMMIT_BRANCH =~ /_qnone/ || $ON_RUBY == "OFF"' #run except if ... | ||
when: never | ||
- if: '$CI_JOB_NAME =~ /quartz_release/' | ||
when: always | ||
- when: on_success | ||
before_script: | ||
- module load cmake/3.19.2 | ||
|
||
#### | ||
# In pre-build phase, allocate a node for builds | ||
quartz_allocate: | ||
variables: | ||
GIT_STRATEGY: none | ||
extends: [.on_quartz, .src_workflow] | ||
stage: allocate | ||
script: | ||
# Use when ellastic ci is on quartz or we go back to ruby | ||
#- salloc --reservation=ci --qos=ci_ruby -N 1 -c 36 -t 60 --no-shell --job-name=${PROJECT_ALLOC_NAME} | ||
- salloc -N 1 -c 36 -t 60 -p pdebug --no-shell --job-name=${PROJECT_ALLOC_NAME} | ||
needs: [] | ||
|
||
#### | ||
# In post-build phase, deallocate resources | ||
# Note : make sure this is run even on build phase failure | ||
quartz_release: | ||
variables: | ||
GIT_STRATEGY: none | ||
extends: [.on_quartz, .src_workflow] | ||
stage: release | ||
script: | ||
- export JOBID=$(squeue -h --name=${PROJECT_ALLOC_NAME} --format=%A) | ||
- if [[ -n "${JOBID}" ]]; then scancel ${JOBID}; fi | ||
|
||
#### | ||
# Template | ||
.src_build_on_quartz: | ||
stage: build | ||
variables: | ||
# Use when ellastic ci is on quartz or we go back to ruby | ||
# ALLOC_COMMAND: "srun --reservation=ci --qos=ci_ruby -t 60 -N 1 " | ||
ALLOC_COMMAND: "srun -t 60 -N 1 -p pdebug" | ||
extends: [.src_build_script, .on_quartz, .src_workflow] | ||
needs: [quartz_allocate] | ||
|
||
.full_build_on_quartz: | ||
stage: build | ||
variables: | ||
# Use when ellastic ci is on quartz or we go back to ruby | ||
# ALLOC_COMMAND: "srun --reservation=ci --qos=ci_ruby -t 60 -N 1 " | ||
ALLOC_COMMAND: "srun -t 60 -N 1 -p pdebug" | ||
extends: [.full_build_script, .on_quartz, .full_workflow] | ||
needs: [] | ||
|
||
#### | ||
# PR Build jobs | ||
quartz-clang_14_0_6-debug-src: | ||
variables: | ||
COMPILER: "[email protected]" | ||
HOST_CONFIG: "quartz-toss_4_x86_64_ib-${COMPILER}.cmake" | ||
extends: .src_build_on_quartz | ||
|
||
quartz-clang_14_0_6-release-src: | ||
variables: | ||
COMPILER: "[email protected]" | ||
HOST_CONFIG: "quartz-toss_4_x86_64_ib-${COMPILER}.cmake" | ||
BUILD_TYPE: "Release" | ||
EXTRA_CMAKE_OPTIONS: "-DAXOM_QUEST_ENABLE_EXTRA_REGRESSION_TESTS:BOOL=ON" | ||
extends: .src_build_on_quartz | ||
|
||
quartz-gcc_10_3_1-src: | ||
variables: | ||
COMPILER: "[email protected]" | ||
HOST_CONFIG: "quartz-toss_4_x86_64_ib-${COMPILER}.cmake" | ||
extends: .src_build_on_quartz | ||
|
||
# TODO: turn back on | ||
#quartz-gcc_10_3_1_no_fortran-src: | ||
# variables: | ||
# COMPILER: "[email protected]" | ||
# HOST_CONFIG: "quartz-toss_4_x86_64_ib-${COMPILER}_nofortran.cmake" | ||
# extends: .src_build_on_quartz | ||
|
||
# disabled due to not actually having a host-config yet | ||
# quartz-intel_19_0_4-src: | ||
# variables: | ||
# COMPILER: "[email protected]" | ||
# HOST_CONFIG: "quartz-toss_4_x86_64_ib-${COMPILER}.cmake" | ||
# extends: .src_build_on_quartz | ||
|
||
|
||
#### | ||
# Full Build jobs | ||
quartz-clang_14_0_6-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem" | ||
extends: .full_build_on_quartz | ||
|
||
quartz-gcc_10_3_1-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem" | ||
extends: .full_build_on_quartz | ||
|
||
quartz-gcc_10_3_1_no_fortran-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}~fortran+mfem" | ||
extends: .full_build_on_quartz | ||
|
||
# disabled due to not actually having a host-config yet | ||
#quartz-intel_19_0_4-full: | ||
# variables: | ||
# COMPILER: "[email protected]" | ||
# SPEC: "%${COMPILER}+mfem~cpp14" | ||
# extends: .full_build_on_quartz |
Oops, something went wrong.