bulk rename of remaining USER- packages
This commit is contained in:
@ -850,7 +850,7 @@ void LAMMPS::post_create()
|
||||
if (strcmp(suffix,"gpu") == 0 && !modify->check_package("GPU"))
|
||||
error->all(FLERR,"Using suffix gpu without GPU package installed");
|
||||
if (strcmp(suffix,"intel") == 0 && !modify->check_package("INTEL"))
|
||||
error->all(FLERR,"Using suffix intel without USER-INTEL package installed");
|
||||
error->all(FLERR,"Using suffix intel without INTEL package installed");
|
||||
if (strcmp(suffix,"kk") == 0 &&
|
||||
(kokkos == nullptr || kokkos->kokkos_exists == 0))
|
||||
error->all(FLERR,"Using suffix kk without KOKKOS package enabled");
|
||||
|
||||
Reference in New Issue
Block a user