Final working charmm commit.

This commit is contained in:
W. Michael Brown
2010-12-30 19:52:32 -05:00
parent e1260023f7
commit c1e53cf140
4 changed files with 167 additions and 132 deletions

View File

@ -159,7 +159,9 @@ void PairGPUDeviceT::init_message(FILE *screen, const char *name,
fprintf(screen,"-------------------------------------\n");
fprintf(screen,"- Using GPGPU acceleration for %s:\n",name);
fprintf(screen,"- with %d procs per device.\n",_procs_per_gpu);
#ifdef _OPENMP
fprintf(screen,"- with %d threads per proc.\n",_nthreads);
#endif
fprintf(screen,"-------------------------------------");
fprintf(screen,"-------------------------------------\n");