From 2ef47fce69e8a4624fce87d28763afb4a9c8e27f Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 27 Jun 2021 16:08:22 -0400 Subject: [PATCH] add missing initializer for KokkosLMP::is_finalized --- src/KOKKOS/kokkos.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/KOKKOS/kokkos.cpp b/src/KOKKOS/kokkos.cpp index ffef36cd68..2a83b40bba 100644 --- a/src/KOKKOS/kokkos.cpp +++ b/src/KOKKOS/kokkos.cpp @@ -69,6 +69,8 @@ GPU_AWARE_UNKNOWN using namespace LAMMPS_NS; +int KokkosLMP::is_finalized = 0; + /* ---------------------------------------------------------------------- */ KokkosLMP::KokkosLMP(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)