git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10402 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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.
|
||||
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user