Skip to content

Commit

Permalink
explicitly set neighbor request to full in compute deeptensor/atom to…
Browse files Browse the repository at this point in the history
… fix bug deepmodeling#1381.
  • Loading branch information
Yi-FanLi committed Dec 24, 2021
1 parent 159e45d commit f60e7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lmp/compute_deeptensor_atom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void ComputeDeeptensorAtom::init()
neighbor->requests[irequest]->half = 0;
neighbor->requests[irequest]->pair = 0;
neighbor->requests[irequest]->compute = 1;
// neighbor->requests[irequest]->full = 1;
neighbor->requests[irequest]->full = 1;
neighbor->requests[irequest]->occasional = 1;
}

Expand Down

0 comments on commit f60e7b0

Please sign in to comment.