-
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 #300 from LLNL/release/2.0.0
Release/2.0.0
- Loading branch information
Showing
436 changed files
with
37,376 additions
and
7,864 deletions.
There are no files selected for viewing
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,14 @@ | ||
on: push | ||
name: Code checks | ||
jobs: | ||
staticAnalysis: | ||
name: Static Analysis | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@master | ||
- name: Static Analysis | ||
uses: ./.github/actions/static-analysis | ||
- name: Check CHANGELOG | ||
uses: ./.github/actions/bin/diff-check | ||
with: | ||
args: CHANGELOG.md |
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,100 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-19, Lawrence Livermore National Security, LLC and Umpire | ||
# project contributors. See the COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (MIT) | ||
############################################################################## | ||
|
||
#### | ||
# This is the share configuration of jobs for lassen | ||
|
||
.build_lassen: | ||
variables: | ||
tags: | ||
- shell | ||
- lassen | ||
stage: build | ||
extends: .build_blueos_3_ppc64le_ib_p9_script | ||
except: | ||
refs: | ||
- /_lnone/ | ||
variables: | ||
- $UMPIRE_CI_LASSEN == "OFF" | ||
|
||
#### | ||
# Here are all lassen build jobs | ||
|
||
build_lassen_clang_3_9_1: | ||
variables: | ||
COMPILER: "clang_3_9_1" | ||
extends: .build_lassen | ||
|
||
build_lassen_gcc_4_9_3: | ||
variables: | ||
COMPILER: "gcc_4_9_3" | ||
extends: .build_lassen | ||
|
||
build_lassen_clang_4_0_0: | ||
variables: | ||
COMPILER: "clang_4_0_0" | ||
extends: .build_lassen | ||
|
||
build_lassen_clang_coral_2017_06_29: | ||
variables: | ||
COMPILER: "clang_coral_2017_06_29" | ||
extends: .build_lassen | ||
allow_failure: true | ||
|
||
build_lassen_clang_coral_2017_08_31: | ||
variables: | ||
COMPILER: "clang_coral_2017_08_31" | ||
extends: .build_lassen | ||
allow_failure: true | ||
|
||
build_lassen_clang_coral_2017_09_06: | ||
variables: | ||
COMPILER: "clang_coral_2017_09_06" | ||
extends: .build_lassen | ||
allow_failure: true | ||
|
||
build_lassen_clang_coral_2017_09_18: | ||
variables: | ||
COMPILER: "clang_coral_2017_09_18" | ||
extends: .build_lassen | ||
allow_failure: true | ||
|
||
build_lassen_nvcc_gcc_4_9_3: | ||
variables: | ||
COMPILER: "nvcc_gcc_4_9_3" | ||
extends: .build_lassen | ||
|
||
build_lassen_nvcc_clang_coral_2017_06_29: | ||
variables: | ||
COMPILER: "nvcc_clang_coral_2017_06_29" | ||
extends: .build_lassen | ||
allow_failure: true | ||
|
||
build_lassen_nvcc_clang_coral_2017_08_31: | ||
variables: | ||
COMPILER: "nvcc_clang_coral_2017_08_31" | ||
extends: .build_lassen | ||
allow_failure: true | ||
|
||
build_lassen_nvcc_clang_coral_2017_09_06: | ||
variables: | ||
COMPILER: "nvcc_clang_coral_2017_09_06" | ||
extends: .build_lassen | ||
allow_failure: true | ||
|
||
build_lassen_nvcc_clang_coral_2017_09_18: | ||
variables: | ||
COMPILER: "nvcc_clang_coral_2017_09_18" | ||
extends: .build_lassen | ||
allow_failure: true | ||
|
||
build_lassen_nvcc_xl-beta-2017.09.13: | ||
variables: | ||
COMPILER: "nvcc_xl-beta-2017.09.13" | ||
extends: .build_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
10 changes: 10 additions & 0 deletions
10
.gitlab/conf/host-configs/blueos_3_ppc64le_ib/clang_9_0_0.cmake
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,10 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-19, Lawrence Livermore National Security, LLC and Umpire | ||
# project contributors. See the COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (MIT) | ||
############################################################################## | ||
set(CMAKE_CXX_COMPILER "/usr/tce/packages/clang/clang-9.0.0/bin/clang++" CACHE PATH "") | ||
set(CMAKE_C_COMPILER "/usr/tce/packages/clang/clang-9.0.0/bin/clang" CACHE PATH "") | ||
set(CMAKE_Fortran_COMPILER "/usr/tce/packages/xl/xl-2019.08.20/bin/xlf2003" CACHE PATH "") | ||
set(BLT_EXE_LINKER_FLAGS "-Wl,-rpath,/usr/tce/packages/xl/xl-2019.08.20/lib" CACHE STRING "") |
10 changes: 10 additions & 0 deletions
10
.gitlab/conf/host-configs/blueos_3_ppc64le_ib/clang_default.cmake
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,10 @@ | ||
############################################################################## | ||
# Copyright (c) 2016-19, Lawrence Livermore National Security, LLC and Umpire | ||
# project contributors. See the COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (MIT) | ||
############################################################################## | ||
set(CMAKE_CXX_COMPILER "clang++" CACHE PATH "") | ||
set(CMAKE_C_COMPILER "clang" CACHE PATH "") | ||
set(CMAKE_Fortran_COMPILER "/usr/tce/packages/xl/xl-2019.08.20/bin/xlf2003" CACHE PATH "") | ||
set(BLT_EXE_LINKER_FLAGS "-Wl,-rpath,/usr/tce/packages/xl/xl-2019.08.20/lib" CACHE STRING "") |
16 changes: 3 additions & 13 deletions
16
scripts/gitlab/build.sh → ...nfigs/blueos_3_ppc64le_ib/gcc_8_3_1.cmake
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,20 +1,10 @@ | ||
#!/bin/bash | ||
############################################################################## | ||
# Copyright (c) 2016-19, Lawrence Livermore National Security, LLC and Umpire | ||
# project contributors. See the COPYRIGHT file for details. | ||
# | ||
# SPDX-License-Identifier: (MIT) | ||
############################################################################## | ||
set(CMAKE_CXX_COMPILER "/usr/tce/packages/gcc/gcc-8.3.1/bin/g++" CACHE PATH "") | ||
set(CMAKE_C_COMPILER "/usr/tce/packages/gcc/gcc-8.3.1/bin/gcc" CACHE PATH "") | ||
set(CMAKE_Fortran_COMPILER "/usr/tce/packages/gcc/gcc-8.3.1/bin/gfortran" CACHE PATH "") | ||
|
||
BUILD_DIRECTORY="build_${SYS_TYPE}_${COMPILER}" | ||
CCONF="host-configs/${SYS_TYPE}/${COMPILER}.cmake" | ||
|
||
rm -rf ${BUILD_DIRECTORY} 2>/dev/null | ||
mkdir ${BUILD_DIRECTORY} && cd ${BUILD_DIRECTORY} | ||
|
||
cmake \ | ||
-C ../.gitlab/conf/${CCONF} \ | ||
-C ../${CCONF} \ | ||
.. | ||
cmake --build . -j 4 | ||
make test |
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.