Add Kokkos version of minimize

This commit is contained in:
Stan Moore
2019-08-28 09:41:15 -06:00
parent 0b34db7881
commit 02e6ce32ea
19 changed files with 1819 additions and 39 deletions

View File

@ -52,9 +52,6 @@ void Minimize::command(int narg, char **arg)
if (update->laststep < 0)
error->all(FLERR,"Too many iterations");
if (lmp->kokkos)
error->all(FLERR,"Cannot yet use minimize with Kokkos");
lmp->init();
timer->init_timeout();
update->minimize->setup();