CODE USED TO BENCHMARK CHARGE SPREADING FOR PAPER.

This commit is contained in:
W. Michael Brown
2011-02-21 11:35:26 -05:00
parent bd4d2a69e4
commit a3d6cff836
4 changed files with 130 additions and 120 deletions

View File

@ -266,9 +266,12 @@ void PairGPUDeviceT::output_kspace_times(UCL_Timer &time_in,
const double max_bytes, FILE *screen) {
double single[4], times[4];
single[0]=atom.transfer_time()+ans.transfer_time()+time_in.total_seconds()+
time_out.total_seconds();
single[1]=atom.cast_time()+ans.cast_time();
// single[0]=atom.transfer_time()+ans.transfer_time()+time_in.total_seconds()+
// time_out.total_seconds();
// single[1]=atom.cast_time()+ans.cast_time();
single[0]=time_out.total_seconds();
single[1]=0.0;
single[2]=time_map.total_seconds();
single[3]=time_rho.total_seconds();