fix gcmc updates from Aidan, trimming of output for replica commands

This commit is contained in:
Steve Plimpton
2017-04-11 08:35:09 -06:00
parent 76fd936972
commit 49dd9449b8
21 changed files with 363 additions and 234 deletions

View File

@ -180,13 +180,15 @@ void Min::init()
setup before run
------------------------------------------------------------------------- */
void Min::setup()
void Min::setup(int flag)
{
if (comm->me == 0 && screen) {
fprintf(screen,"Setting up %s style minimization ...\n",
update->minimize_style);
fprintf(screen," Unit style : %s\n", update->unit_style);
timer->print_timeout(screen);
if (flag) {
fprintf(screen," Unit style : %s\n", update->unit_style);
timer->print_timeout(screen);
}
}
update->setupflag = 1;
@ -294,7 +296,7 @@ void Min::setup()
requestor[m]->min_xf_get(m);
modify->setup(vflag);
output->setup();
output->setup(flag);
update->setupflag = 0;
// stats for initial thermo output