Need more samples in order to get a non-zero timing for kspace FFT flops calculation. Boosting from 5 to 1000.
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8523 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -429,7 +429,7 @@ void Finish::end(int flag)
|
||||
|
||||
int nsteps = update->nsteps;
|
||||
|
||||
int nsample = 5;
|
||||
int nsample = 1000;
|
||||
double time3d,time1d;
|
||||
force->kspace->timing(nsample,time3d,time1d);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user