Skip to content

Commit

Permalink
Bring up-to-date with master
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Sep 20, 2023
1 parent 8f78f6b commit fd4d581
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions cmake-config
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 0 additions & 1 deletion packages/seacas/applications/epu/pepu.C
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <mpi.h>

#include "epu.C"
#include <mpi.h>
#else
#error "PEPU: Parallel capability not enabled. This should not happen."
#endif

0 comments on commit fd4d581

Please sign in to comment.