support for tiled decompositions in PPPM

This commit is contained in:
Steve Plimpton
2020-08-05 16:44:56 -06:00
parent 7d46aa6185
commit 8b76e47d6b
6 changed files with 5186 additions and 3 deletions

View File

@ -665,9 +665,9 @@ void Force::create_kspace(const std::string &style, int trysuffix)
kspace = new_kspace(style,trysuffix,sflag);
store_style(kspace_style,style,sflag);
if (comm->style == 1 && !kspace_match("ewald",0))
error->all(FLERR,
"Cannot yet use KSpace solver with grid with comm style tiled");
//if (comm->style == 1 && !kspace_match("ewald",0))
// error->all(FLERR,
// "Cannot yet use KSpace solver with grid with comm style tiled");
}
/* ----------------------------------------------------------------------