From fd4d58194a6f449700c0038d3837ab1ddb6e4182 Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Wed, 20 Sep 2023 16:44:12 -0600 Subject: [PATCH] Bring up-to-date with master --- .github/workflows/build_variant.yml | 14 -------------- cmake-config | 10 ---------- packages/seacas/applications/epu/pepu.C | 1 - 3 files changed, 25 deletions(-) diff --git a/.github/workflows/build_variant.yml b/.github/workflows/build_variant.yml index 3f444d3d90..c43c349f26 100644 --- a/.github/workflows/build_variant.yml +++ b/.github/workflows/build_variant.yml @@ -301,20 +301,6 @@ jobs: extra: "", sanitizer: "NO" # address, integer, thread, memory, undefined } - - { - name: "KOKKOS, parallel", - os: ubuntu-latest, - compiler: "mpi", - debug: "NO", - threadsafe: "NO", - fortran: "YES", - use_kokkos: "YES", - use_adios2: "NO", - use_catalyst2: "NO", - gtest: "NO", - extra: "", - sanitizer: "NO" # address, integer, thread, memory, undefined - } steps: - uses: actions/checkout@v3 diff --git a/cmake-config b/cmake-config index cb562bcc03..6181884365 100755 --- a/cmake-config +++ b/cmake-config @@ -122,16 +122,6 @@ then CXXFLAGS="-Wall -Wextra -Wunused -pedantic -Wshadow" fi - if [ "$COMPILER" == "gnubrew" ] - then - VER=${VER:-10} - CXX=g++-${VER} - CC=gcc-${VER} - FC=gfortran-${VER} - CFLAGS="-Wall -Wunused -pedantic -std=c11" - CXXFLAGS="-Wall -Wunused -pedantic" - fi - if [ "$COMPILER" == "gnumacport" ] then VER=${VER:-10} diff --git a/packages/seacas/applications/epu/pepu.C b/packages/seacas/applications/epu/pepu.C index 394cb74f98..da05c3865a 100644 --- a/packages/seacas/applications/epu/pepu.C +++ b/packages/seacas/applications/epu/pepu.C @@ -19,7 +19,6 @@ #include #include "epu.C" -#include #else #error "PEPU: Parallel capability not enabled. This should not happen." #endif