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

This commit is contained in:
sjplimp
2013-07-26 14:59:50 +00:00
parent 149d43f84c
commit 6fc75ee1da
2 changed files with 42 additions and 3 deletions

View File

@ -34,10 +34,12 @@ class FixGPU : public Fix {
void min_setup(int);
void post_force(int);
void min_post_force(int);
void post_force_respa(int, int, int);
double memory_usage();
private:
int _gpu_mode;
int _nlevels_respa;
double _particle_split;
};
@ -86,4 +88,9 @@ E: Cannot use neigh_modify exclude with GPU neighbor builds
This is a current limitation of the GPU implementation
in LAMMPS.
E: GPU styles must be on the outmost r-RESPA level
Self-explanatory.
*/