Finishing laptop optimization of PPPM charge spread kernels.

This commit is contained in:
W. Michael Brown
2011-02-17 13:37:02 -05:00
parent a5163fabd2
commit e8da16ff23
6 changed files with 90 additions and 45 deletions

View File

@ -293,6 +293,7 @@ void PairGPUDeviceT::output_kspace_times(UCL_Timer &time_in,
fprintf(screen,"Kernel (map): %.4f s.\n",times[2]/_replica_size);
fprintf(screen,"Kernel (rho): %.4f s.\n",times[3]/_replica_size);
// fprintf(screen,"Force calc: %.4f s.\n",times[3]/_replica_size);
fprintf(screen,"Total: %.4f s.\n",(times[0]+times[1]+times[2]+times[3])/_replica_size);
}
fprintf(screen,"Max Mem / Proc: %.2f MB.\n",max_mb);