From 49d664583a9c314b762e6249d28e40cc9a530e9c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 27 Aug 2024 17:00:42 -0400 Subject: [PATCH] correct define --- examples/COUPLE/plugin/liblammpsplugin.c | 1 - src/KOKKOS/pair_uf3_kokkos.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/COUPLE/plugin/liblammpsplugin.c b/examples/COUPLE/plugin/liblammpsplugin.c index 5d27a0a64b..0549f3ab8c 100644 --- a/examples/COUPLE/plugin/liblammpsplugin.c +++ b/examples/COUPLE/plugin/liblammpsplugin.c @@ -41,7 +41,6 @@ #include - liblammpsplugin_t *liblammpsplugin_load(const char *lib) { liblammpsplugin_t *lmp; diff --git a/src/KOKKOS/pair_uf3_kokkos.cpp b/src/KOKKOS/pair_uf3_kokkos.cpp index 59112ddab0..da7660d0d0 100644 --- a/src/KOKKOS/pair_uf3_kokkos.cpp +++ b/src/KOKKOS/pair_uf3_kokkos.cpp @@ -1655,7 +1655,7 @@ double PairUF3Kokkos::single(int /*i*/, int /*j*/, int itype, int jt namespace LAMMPS_NS { template class PairUF3Kokkos; -#ifdef KOKKOS_ENABLE_GPU +#ifdef LMP_KOKKOS_GPU template class PairUF3Kokkos; #endif } // namespace LAMMPS_NS