Fixing bug in charmm test kernel changing t_per_atom size.

This commit is contained in:
Mike Brown
2011-04-07 17:21:18 -04:00
parent d15d96094c
commit a20a7e9613
2 changed files with 3 additions and 3 deletions

View File

@ -127,7 +127,7 @@ double CRML_GPU_Memory2T::host_memory_usage() const {
// ---------------------------------------------------------------------------
template <class numtyp, class acctyp>
void CRML_GPU_Memory2T::loop(const bool _eflag, const bool _vflag) {
const int threads_per_atom=32;
const int threads_per_atom=16;
// Compute the block size and grid size to keep all cores busy
const int BX=this->block_size();