git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8625 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -482,7 +482,7 @@ void PRD::dynamics()
|
||||
update->integrate->setup();
|
||||
// this may be needed if don't do full init
|
||||
//modify->addstep_compute_all(update->ntimestep);
|
||||
int ncalls = neighbor->ncalls;
|
||||
bigint ncalls = neighbor->ncalls;
|
||||
|
||||
timer->barrier_start(TIME_LOOP);
|
||||
update->integrate->run(t_event);
|
||||
|
||||
@ -39,8 +39,8 @@ class PRD : protected Pointers {
|
||||
|
||||
int equal_size_replicas,natoms;
|
||||
int neigh_every,neigh_delay,neigh_dist_check;
|
||||
int nbuild,ndanger;
|
||||
int quench_reneighbor;
|
||||
bigint nbuild,ndanger;
|
||||
|
||||
double time_dephase,time_dynamics,time_quench,time_comm,time_output;
|
||||
double time_start;
|
||||
|
||||
@ -42,8 +42,8 @@ class TAD : protected Pointers {
|
||||
int event_first;
|
||||
|
||||
int neigh_every,neigh_delay,neigh_dist_check;
|
||||
int nbuild,ndanger;
|
||||
int quench_reneighbor;
|
||||
bigint nbuild,ndanger;
|
||||
|
||||
double time_dynamics,time_quench,time_neb,time_comm,time_output;
|
||||
double time_start;
|
||||
|
||||
Reference in New Issue
Block a user