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

This commit is contained in:
sjplimp
2015-03-23 23:30:50 +00:00
parent 94d653c282
commit 84a5ec39ec
168 changed files with 1313 additions and 1218 deletions

View File

@ -50,7 +50,7 @@ class FixGPU : public Fix {
/* ERROR/WARNING messages:
E: Cannot use fix GPU with USER-CUDA mode enabled
E: Cannot use GPU package with USER-CUDA package enabled
You cannot use both the GPU and USER-CUDA packages
together. Use one or the other.
@ -61,15 +61,6 @@ Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
E: Cannot use force/neigh with triclinic box
This is a current limitation of the GPU implementation
in LAMMPS.
E: Cannot use force/hybrid_neigh with triclinic box
Self-explanatory.
E: No OpenMP support compiled in
An OpenMP flag is set, but LAMMPS was not built with
@ -87,6 +78,14 @@ E: GPU split param must be positive for hybrid pair styles
See the package gpu command.
E: Cannot use package gpu neigh yes with triclinic box
This is a current restriction in LAMMPS.
W: Using package gpu without any pair style defined
Self-explanatory.
E: Cannot use neigh_modify exclude with GPU neighbor builds
This is a current limitation of the GPU implementation