-name: github-linux
+name: linux
on:
push:
jobs:
- ########################
- # linux-release-serial #
- ########################
+ ##################
+ # release-serial #
+ ##################
- linux-release-serial:
+ release-serial:
# simple serial release build using g++
name: ${{ matrix.ubuntu_version }} release serial
setup_tests_quick_tests
ctest -VV
- ########################
- # linux-debug-parallel #
- ########################
+ ##################
+ # debug-parallel #
+ ##################
- linux-debug-parallel:
+ debug-parallel:
# simple parallel debug build using g++
name: ${{ matrix.ubuntu_version }} ${{ matrix.architecture }} debug parallel
setup_tests_quick_tests
ctest -VV
- ###############################
- # linux-debug-parallel-tpetra #
- ###############################
+ #########################
+ # debug-parallel-tpetra #
+ #########################
- linux-debug-parallel-tpetra:
+ debug-parallel-tpetra:
# simple parallel debug build using g++ and trilinos+tpetra
name: ${{ matrix.ubuntu_version }} debug parallel tpetra
make setup_tests_trilinos_tpetra
ctest -VV
- ############################
- # linux-debug-intel-oneapi #
- ############################
+ ######################
+ # debug-intel-oneapi #
+ ######################
- linux-debug-intel-oneapi:
+ debug-intel-oneapi:
# parallel debug build with Intel oneAPI including MPI and MKL
#
# Based on https://github.com/oneapi-src/oneapi-ci
# For a list of Intel packages see https://oneapi-src.github.io/oneapi-ci/#linux-apt
- name: linux debug intel oneapi
+ name: jammy debug intel oneapi
runs-on: [ubuntu-22.04]
#
setup_tests_quick_tests
ctest -VV
- #######################
- # linux-debug-cuda-11 #
- #######################
+ #################
+ # debug-cuda-11 #
+ #################
- linux-debug-cuda-11:
+ debug-cuda-11:
# simple parallel debug build using cuda-11
- name: linux debug cuda-11
+ name: jammy debug cuda-11
runs-on: [ubuntu-22.04]
#
cd tests/matrix_free_kokkos
make compile_test_executables
- #############################
- # linux-debug-cuda-11-clang #
- #############################
+ #######################
+ # debug-cuda-11-clang #
+ #######################
- linux-debug-cuda-11-clang:
+ debug-cuda-11-clang:
# simple parallel debug build using cuda-11 and clang
- name: linux debug cuda-11 clang
+ name: jammy debug cuda-11 clang
runs-on: [ubuntu-22.04]
#