-
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 #916 from LLNL/v0.7.0-rc
V0.7.0 rc
- Loading branch information
Showing
1,078 changed files
with
57,291 additions
and
17,533 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
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 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,51 @@ | ||
# Copyright (c) 2017-2022, 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 tioga | ||
.on_tioga: | ||
tags: | ||
- shell | ||
- tioga | ||
rules: | ||
- if: '$CI_COMMIT_BRANCH =~ /_qnone/ || $ON_TIOGA == "OFF"' #run except if ... | ||
when: never | ||
- when: on_success | ||
|
||
#### | ||
# Template | ||
.src_build_on_tioga: | ||
stage: build | ||
variables: | ||
ALLOC_COMMAND: "srun -p pdebug -t 25 -N 1 " | ||
EXTRA_OPTIONS: "--test-serial" | ||
extends: [.src_build_script, .on_tioga, .src_workflow] | ||
needs: [] | ||
|
||
.full_build_on_tioga: | ||
stage: build | ||
variables: | ||
ALLOC_COMMAND: "srun -p pbatch -t 60 -N 1 " | ||
extends: [.full_build_script, .on_tioga, .full_workflow] | ||
needs: [] | ||
|
||
#### | ||
# PR Build jobs | ||
tioga-clang_14_0_0_hip-src: | ||
variables: | ||
COMPILER: "clang@14.0.0_hip" | ||
HOST_CONFIG: "tioga-toss_4_x86_64_ib_cray-${COMPILER}.cmake" | ||
extends: .src_build_on_tioga | ||
allow_failure: true | ||
|
||
#### | ||
# Full Build jobs | ||
tioga-clang_14_0_0_hip-full: | ||
variables: | ||
COMPILER: "clang@14.0.0_hip" | ||
SPEC: "%${COMPILER}~openmp+rocm+mfem+c2c" | ||
EXTRASPEC: "amdgpu_target=gfx90a ^raja~openmp+rocm ^umpire~openmp+rocm" | ||
extends: .full_build_on_tioga | ||
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 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
Oops, something went wrong.