Attempted to remove some redundancy in data transfers in the amoeba kernels; keeping HIPPO independent of AMOEBA for now
This commit is contained in:
@ -62,9 +62,9 @@ int AmoebaT::init(const int ntypes, const int max_amtype, const int max_amclass,
|
||||
int success;
|
||||
success=this->init_atomic(nlocal,nall,max_nbors,maxspecial,maxspecial15,
|
||||
cell_size,gpu_split,_screen,amoeba,
|
||||
"k_amoeba_multipole",
|
||||
"k_amoeba_udirect2b", "k_amoeba_umutual2b",
|
||||
"k_amoeba_polar", "k_amoeba_short_nbor");
|
||||
"k_amoeba_multipole", "k_amoeba_udirect2b",
|
||||
"k_amoeba_umutual2b", "k_amoeba_polar",
|
||||
"k_amoeba_short_nbor", "k_amoeba_special15");
|
||||
if (success!=0)
|
||||
return success;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user