timings, energy, virial tallying

This commit is contained in:
Steve Plimpton
2022-05-18 08:49:31 -06:00
parent dbcc08ba00
commit df2ecf5bf8
12 changed files with 230 additions and 244 deletions

View File

@ -28,6 +28,7 @@
#include "neigh_request.h"
#include "neighbor.h" // IWYU pragma: keep
#include "output.h"
#include "pair.h"
#include "thermo.h"
#include "timer.h" // IWYU pragma: keep
#include "universe.h"
@ -214,6 +215,10 @@ void Finish::end(int flag)
}
}
// pair_style timing stats if provided
if (force->pair) force->pair->finish();
// PRD stats
if (prdflag) {