git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13937 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -232,7 +232,7 @@ void NEB::run()
|
||||
// damped dynamic min styles insure all replicas converge together
|
||||
|
||||
timer->init();
|
||||
timer->barrier_start(TIME_LOOP);
|
||||
timer->barrier_start();
|
||||
|
||||
while (update->minimize->niter < n1steps) {
|
||||
update->minimize->run(nevery);
|
||||
@ -240,7 +240,7 @@ void NEB::run()
|
||||
if (update->minimize->stop_condition) break;
|
||||
}
|
||||
|
||||
timer->barrier_stop(TIME_LOOP);
|
||||
timer->barrier_stop();
|
||||
|
||||
update->minimize->cleanup();
|
||||
|
||||
@ -302,7 +302,7 @@ void NEB::run()
|
||||
// damped dynamic min styles insure all replicas converge together
|
||||
|
||||
timer->init();
|
||||
timer->barrier_start(TIME_LOOP);
|
||||
timer->barrier_start();
|
||||
|
||||
while (update->minimize->niter < n2steps) {
|
||||
update->minimize->run(nevery);
|
||||
@ -310,7 +310,7 @@ void NEB::run()
|
||||
if (update->minimize->stop_condition) break;
|
||||
}
|
||||
|
||||
timer->barrier_stop(TIME_LOOP);
|
||||
timer->barrier_stop();
|
||||
|
||||
update->minimize->cleanup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user