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

This commit is contained in:
sjplimp
2011-05-20 15:46:27 +00:00
parent 93115ad750
commit 66e3ed7c58

View File

@ -30,6 +30,7 @@
#include "comm.h"
#include "force.h"
#include "update.h"
#include "accelerator.h"
#include "memory.h"
#include "error.h"
@ -40,6 +41,7 @@ using namespace LAMMPS_NS;
enum{GEOMETRIC,ARITHMETIC,SIXTHPOWER};
enum{R,RSQ,BMP};
enum{NOACCEL,OPT,GPU,USERCUDA}; // same as lammps.cpp
/* ---------------------------------------------------------------------- */
@ -325,6 +327,9 @@ void Pair::ev_setup(int eflag, int vflag)
if (vflag_atom == 0) vflag_either = 0;
if (vflag_either == 0 && eflag_either == 0) evflag = 0;
} else vflag_fdotr = 0;
if (lmp->accelerator == USERCUDA)
lmp->cuda->evsetup_eatom_vatom(eflag_atom,vflag_atom);
}
/* ----------------------------------------------------------------------