Supported short neighbor lists for 3-body kernels in sw/gpu and vashishta/gpu

This commit is contained in:
Trung Nguyen
2017-07-07 16:47:24 -05:00
parent 4339379948
commit 68206079da
8 changed files with 332 additions and 95 deletions

View File

@ -82,6 +82,7 @@ class Vashishta : public BaseThree<numtyp, acctyp> {
UCL_D_Vec<int> elem2param;
UCL_D_Vec<int> map;
int _nparams,_nelements;
numtyp _cutshortsq;
UCL_Texture param1_tex, param2_tex, param3_tex, param4_tex, param5_tex;