From 111f044b85849bc55c0257eded88d1a2facebd68 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 2 Dec 2011 16:18:31 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7285 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/USER-CUDA/cuda.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/USER-CUDA/cuda.cpp b/src/USER-CUDA/cuda.cpp index 438312ee81..4f27c41863 100644 --- a/src/USER-CUDA/cuda.cpp +++ b/src/USER-CUDA/cuda.cpp @@ -222,7 +222,7 @@ void Cuda::accelerator(int narg, char** arg) pinned=atoi(arg[i])==0?false:true; if((pinned==false)&&(universe->me==0)) printf(" #CUDA: Pinned memory is not used for communication\n"); } - if(strcmp(arg[i],"dotiming")==0) + if(strcmp(arg[i],"timing")==0) { dotiming=true; } @@ -236,14 +236,14 @@ void Cuda::accelerator(int narg, char** arg) { shared_data.overlap_comm=1; } - if(strcmp(arg[i],"dotest")==0) + if(strcmp(arg[i],"test")==0) { if(++i==narg) error->all(FLERR,"Invalid Options for 'accelerator' command. Expecting a number after 'dotest' option."); testatom=atof(arg[i]); dotestatom=true; } - if(strcmp(arg[i],"override_bpa")==0) + if(strcmp(arg[i],"override/bpa")==0) { if(++i==narg) error->all(FLERR,"Invalid Options for 'accelerator' command. Expecting a number after 'override_bpa' option.");