-
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 #697 from LLNL/v0.6.0-RC
V0.6.0 rc
- Loading branch information
Showing
556 changed files
with
47,907 additions
and
18,906 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 |
---|---|---|
|
@@ -16,3 +16,4 @@ tpl_dirs_summary.json | |
*.vscode* | ||
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
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,103 @@ | ||
# Copyright (c) 2017-2021, 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 share configuration of jobs for rzansel | ||
.on_rzansel: | ||
variables: | ||
tags: | ||
- shell | ||
- rzansel | ||
before_script: | ||
- module load cmake/3.14.5 | ||
|
||
#### | ||
# Load required CUDA module | ||
.with_cuda: | ||
before_script: | ||
- module load cuda/10.1.243 | ||
|
||
#### | ||
# Template | ||
.src_build_on_rzansel: | ||
stage: build | ||
variables: | ||
ALLOC_COMMAND: "lalloc 1 -W 25 -q pdebug" | ||
extends: [.src_build_script, .on_rzansel, .src_workflow] | ||
needs: [] | ||
|
||
.full_build_on_rzansel: | ||
stage: build | ||
variables: | ||
ALLOC_COMMAND: "lalloc 1 -W 45 -q pdebug" | ||
extends: [.full_build_script, .on_rzansel, .full_workflow] | ||
needs: [] | ||
|
||
#### | ||
# PR Build jobs | ||
rzansel-clang_8_0_1_nvcc_xlf-src: | ||
variables: | ||
COMPILER: "[email protected]_nvcc_xlf" | ||
HOST_CONFIG: "rzansel-klee-${COMPILER}.cmake" | ||
extends: [.src_build_on_rzansel, .with_cuda] | ||
|
||
rzansel-clang_9_0_0_upstream_xlf-src: | ||
variables: | ||
COMPILER: "[email protected]_upstream_xlf" | ||
HOST_CONFIG: "rzansel-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake" | ||
extends: [.src_build_on_rzansel] | ||
|
||
rzansel-gcc_7_3_1-src: | ||
variables: | ||
COMPILER: "[email protected]" | ||
HOST_CONFIG: "rzansel-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake" | ||
extends: [.src_build_on_rzansel] | ||
|
||
rzansel-xl_16_1_1-src: | ||
variables: | ||
COMPILER: "[email protected]_coral" | ||
HOST_CONFIG: "rzansel-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake" | ||
extends: [.src_build_on_rzansel] | ||
|
||
rzansel-xl_16_1_1_nvcc-src: | ||
variables: | ||
COMPILER: "[email protected]_nvcc" | ||
HOST_CONFIG: "rzansel-blueos_3_ppc64le_ib_p9-${COMPILER}.cmake" | ||
extends: [.src_build_on_rzansel, .with_cuda] | ||
|
||
|
||
#### | ||
# Full Build jobs | ||
rzansel-clang_8_0_1_nvcc_xlf-full: | ||
variables: | ||
COMPILER: "[email protected]_nvcc_xlf" | ||
SPEC: "%${COMPILER}+mfem+cuda~openmp" | ||
EXTRA_SPEC: "cuda_arch=70" | ||
extends: [.full_build_on_rzansel, .with_cuda] | ||
|
||
rzansel-clang_9_0_0_upstream_xlf-full: | ||
variables: | ||
COMPILER: "[email protected]_upstream_xlf" | ||
SPEC: "%${COMPILER}+mfem~openmp" | ||
extends: [.full_build_on_rzansel] | ||
|
||
rzansel-gcc_7_3_1-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem" | ||
extends: [.full_build_on_rzansel] | ||
|
||
rzansel-xl_16_1_1_coral-full: | ||
variables: | ||
COMPILER: "[email protected]_coral" | ||
SPEC: "%${COMPILER}+mfem~openmp~cpp14" | ||
extends: [.full_build_on_rzansel] | ||
|
||
rzansel-xl_16_1_1_nvcc-full: | ||
variables: | ||
COMPILER: "[email protected]_nvcc" | ||
SPEC: "%${COMPILER}+mfem+cuda~openmp~cpp14" | ||
EXTRA_SPEC: "cuda_arch=70" | ||
extends: [.full_build_on_rzansel, .with_cuda] |
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,96 @@ | ||
# Copyright (c) 2017-2021, 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 rzgenie | ||
.on_rzgenie: | ||
tags: | ||
- shell | ||
- rzgenie | ||
before_script: | ||
- module load cmake/3.14.5 | ||
|
||
|
||
#### | ||
# Template | ||
.src_build_on_rzgenie: | ||
stage: build | ||
variables: | ||
ALLOC_COMMAND: "salloc -p pdebug -t 30 -N 1 -n36 srun --interactive -n1" | ||
extends: [.src_build_script, .on_rzgenie, .src_workflow] | ||
needs: [] | ||
|
||
.full_build_on_rzgenie: | ||
stage: build | ||
variables: | ||
ALLOC_COMMAND: "srun -p pdebug -t 60 -N 1 -n 1" | ||
extends: [.full_build_script, .on_rzgenie, .full_workflow] | ||
needs: [] | ||
|
||
#### | ||
# PR Build jobs | ||
rzgenie-clang_10_0_0-src: | ||
variables: | ||
COMPILER: "[email protected]" | ||
HOST_CONFIG: "[email protected]" | ||
extends: .src_build_on_rzgenie | ||
|
||
rzgenie-gcc_8_1_0-src: | ||
variables: | ||
COMPILER: "[email protected]" | ||
HOST_CONFIG: "rzgenie-toss_3_x86_64_ib-${COMPILER}.cmake" | ||
extends: .src_build_on_rzgenie | ||
|
||
# disabled due to time limit | ||
# rzgenie-intel_18_0_2-src: | ||
# variables: | ||
# COMPILER: "[email protected]" | ||
# HOST_CONFIG: "rzgenie-toss_3_x86_64_ib-${COMPILER}.cmake" | ||
# extends: .src_build_on_rzgenie | ||
|
||
rzgenie-intel_19_0_4-src: | ||
variables: | ||
COMPILER: "[email protected]" | ||
HOST_CONFIG: "rzgenie-toss_3_x86_64_ib-${COMPILER}.cmake" | ||
extends: .src_build_on_rzgenie | ||
|
||
|
||
#### | ||
# Full Build jobs | ||
rzgenie-clang_10_0_0-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem" | ||
extends: .full_build_on_rzgenie | ||
|
||
rzgenie-clang_9_0_0-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem" | ||
extends: .full_build_on_rzgenie | ||
|
||
rzgenie-gcc_8_1_0-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem" | ||
extends: .full_build_on_rzgenie | ||
|
||
rzgenie-gcc_8_1_no_fortran-full: | ||
variables: | ||
COMPILER: "[email protected]_no_fortran" | ||
SPEC: "%${COMPILER}~fortran+mfem" | ||
extends: .full_build_on_rzgenie | ||
|
||
rzgenie-intel_18_0_2-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem~cpp14" | ||
extends: .full_build_on_rzgenie | ||
|
||
rzgenie-intel_19_0_4-full: | ||
variables: | ||
COMPILER: "[email protected]" | ||
SPEC: "%${COMPILER}+mfem~cpp14" | ||
extends: .full_build_on_rzgenie |
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,6 @@ | ||
Aaron Black <[email protected]> Aaron C. Black <[email protected]> | ||
Adam J. Kunen <[email protected]> Adam J. Kunen <[email protected]> | ||
Adrien M. Bernede <[email protected]> Adrien Bernede <[email protected]> | ||
Aesha Parekh <[email protected]> Aesha Parekh <[email protected]> | ||
Arlie Capps <[email protected]> Arlie Capps <[email protected]> | ||
Arlie Capps <[email protected]> Arlie Capps <[email protected]> | ||
|
@@ -24,6 +25,7 @@ George Zagaris <[email protected]> George Zagaris <george.zagaris@g | |
Joe Hennis <[email protected]> Hennis <[email protected]> | ||
Joe Hennis <[email protected]> hennis1 <[email protected]> | ||
Josh Essman <[email protected]> Josh Essman <[email protected]> | ||
Kae Suarez <[email protected]> Kae S <[email protected]> | ||
Kenneth Weiss <[email protected]> Kenneth Weiss <[email protected]> | ||
Kenneth Weiss <[email protected]> Kenny Weiss <[email protected]> | ||
Kenneth Weiss <[email protected]> Kenny Weiss <[email protected]> | ||
|
@@ -45,6 +47,8 @@ Randolph Settgast <[email protected]> Randolph R. Settgast <rrsettgast | |
Randolph Settgast <[email protected]> Randolph R. Settgast <[email protected]> | ||
Randolph Settgast <[email protected]> Randy Settgast <[email protected]> | ||
Richard D. Hornung <[email protected]> Rich Hornung <[email protected]> | ||
Robert Carson <[email protected]> Robert <[email protected]> | ||
Robert Carson <[email protected]> rcarson3 <[email protected]> | ||
|
||
Axom Shared User <[email protected]> Asctoolkit Shared User <[email protected]> | ||
Axom Shared User <[email protected]> Asctoolkit Shared User <[email protected]> | ||
|
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,43 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use Axom, please cite it as follows." | ||
title: "Axom: CS infrastructure components for HPC applications" | ||
doi: 10.11578/dc.20210915.2 | ||
url: https://github.com/llnl/axom | ||
license: BSD-3-Clause | ||
authors: | ||
- family-names: Capps | ||
given-names: Arlie | ||
- family-names: Carson | ||
given-names: Robert | ||
- family-names: Corbett | ||
given-names: Benjamin | ||
- family-names: Elliott | ||
given-names: Noah | ||
- family-names: Essman | ||
given-names: Josh | ||
- family-names: Han | ||
given-names: Brian | ||
- family-names: Harrison | ||
given-names: Cyrus | ||
- family-names: Hornung | ||
given-names: Richard | ||
- family-names: Larsen | ||
given-names: Matthew | ||
- family-names: Moody | ||
given-names: Adam | ||
- family-names: Pauli | ||
given-names: Esteban | ||
- family-names: Settgast | ||
given-names: Randolph | ||
- family-names: Taylor | ||
given-names: Lee | ||
- family-names: Weiss | ||
given-names: Kenneth | ||
orcid: "https://orcid.org/0000-0001-6649-8022" | ||
- family-names: White | ||
given-names: Christopher | ||
- family-names: Yang | ||
given-names: Max | ||
- family-names: Zagaris | ||
given-names: George | ||
|
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,22 +1,30 @@ | ||
******************************************************************************* | ||
|
||
Axom: ................................, version 0.5.0 | ||
Axom: ................................, version 0.6.0 | ||
|
||
Copyright (c) 2017-2021, Lawrence Livermore National Security, LLC. | ||
Produced at the Lawrence Livermore National Laboratory. | ||
All rights reserved. See details in the file axom/LICENSE. | ||
|
||
Current open source release information: | ||
Unclassified/Open Source - BSD Distribution | ||
LLNL-CODE-825966 | ||
CP02462 | ||
|
||
Previous open source releases: | ||
Unlimited Open Source - BSD Distribution | ||
LLNL-CODE-741217 | ||
OCEC-17-187 | ||
|
||
The Axom development team is comprised of: | ||
|
||
Rich Hornung ([email protected]) | ||
Arlie Capps ([email protected]) | ||
Noah Elliott ([email protected]) | ||
Josh Essman ([email protected]) | ||
Brian Han ([email protected]) | ||
Cyrus Harrison ([email protected]) | ||
Rich Hornung ([email protected]) | ||
Esteban Pauli ([email protected]) | ||
Lee Taylor ([email protected]) | ||
Kenny Weiss ([email protected]) | ||
Chris White ([email protected]) | ||
|
Oops, something went wrong.