Fix issue with Kokkos::finalize and library interface

This commit is contained in:
Stan Moore
2020-11-06 12:01:45 -07:00
parent 584943fc92
commit 5526cc2c53
6 changed files with 20 additions and 5 deletions

View File

@ -291,9 +291,7 @@ KokkosLMP::KokkosLMP(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
KokkosLMP::~KokkosLMP()
{
// finalize Kokkos
Kokkos::finalize();
}
/* ----------------------------------------------------------------------