git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7317 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-12-08 23:12:19 +00:00
parent 96e9210c16
commit 4a2feb25b2
11 changed files with 47 additions and 12 deletions

View File

@ -3,7 +3,7 @@
-------------------
W. Michael Brown (ORNL)
Functions for LAMMPS access to cg/cmm/cut pair acceleration routines
Functions for LAMMPS access to lj/sdk pair acceleration routines
__________________________________________________________________________
This file is part of the LAMMPS Accelerator Library (LAMMPS_AL)
@ -42,7 +42,7 @@ int cmm_gpu_init(const int ntypes, double **cutsq, int **cg_types,
int gpu_rank=CMMMF.device->gpu_rank();
int procs_per_gpu=CMMMF.device->procs_per_gpu();
CMMMF.device->init_message(screen,"cg/cmm",first_gpu,last_gpu);
CMMMF.device->init_message(screen,"lj/sdk",first_gpu,last_gpu);
bool message=false;
if (CMMMF.device->replica_me()==0 && screen)