git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7886 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -136,7 +136,7 @@ void PairRESquaredGPU::compute(int eflag, int vflag)
|
||||
cpu_time, success, quat);
|
||||
}
|
||||
if (!success)
|
||||
error->one(FLERR,"Out of memory on GPGPU");
|
||||
error->one(FLERR,"Insufficient memory on accelerator");
|
||||
|
||||
if (host_start < inum) {
|
||||
cpu_time = MPI_Wtime();
|
||||
|
||||
Reference in New Issue
Block a user