forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8512 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c07472d404
commit
601fb2f9a1
|
@ -371,9 +371,6 @@ LAMMPS::LAMMPS(int narg, char **arg, MPI_Comm communicator)
|
|||
error->all(FLERR,"Small, tag, big integers are not sized correctly");
|
||||
#endif
|
||||
|
||||
if (sizeof(tagint) == 8)
|
||||
error->all(FLERR,"64-bit atom IDs are not yet supported");
|
||||
|
||||
// create CUDA class if USER-CUDA installed, unless explicitly switched off
|
||||
// instantiation creates dummy CUDA class if USER-CUDA is not installed
|
||||
|
||||
|
|
Loading…
Reference in New Issue