NEW CODE FOR PAPER.

Debug time now divided by number of procs.
Shared memory instead of local memory for PPPM charge spread kernels.
This commit is contained in:
W. Michael Brown
2011-02-23 13:32:17 -05:00
parent fd4fb582ca
commit fb2aab2542
3 changed files with 44 additions and 38 deletions

View File

@ -398,8 +398,8 @@ int PPPMGPUMemoryT::compute(const int ago, const int nlocal, const int nall,
return h_error_flag[0];
}
*/
/*
// ---------------------------------------------------------------------------
// Copy nbor list from host if necessary and then calculate forces, virials,..
// ---------------------------------------------------------------------------