added support for LAMMPS as MDI AIMD driver
This commit is contained in:
@ -739,7 +739,8 @@ double Comm::get_comm_cutoff()
|
||||
error->warning(FLERR,"Communication cutoff adjusted to {}",maxcommcutoff);
|
||||
}
|
||||
|
||||
// Check maximum interval size for neighbor multi
|
||||
// check maximum interval size for neighbor multi
|
||||
|
||||
if (neighbor->interval_collection_flag) {
|
||||
for (int i = 0; i < neighbor->ncollections; i++){
|
||||
maxcommcutoff = MAX(maxcommcutoff, neighbor->collection2cut[i]);
|
||||
|
||||
Reference in New Issue
Block a user