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

This commit is contained in:
sjplimp
2014-01-17 21:17:42 +00:00
parent cc19755a39
commit cb1ad361fb
10 changed files with 39 additions and 0 deletions

View File

@ -11,6 +11,10 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#ifdef LAMMPS_BIGBIG
#error LAMMPS_BIGBIG not supported by this file
#endif
#include "string.h" #include "string.h"
#include "stdlib.h" #include "stdlib.h"
#include "fix_gpu.h" #include "fix_gpu.h"

View File

@ -17,6 +17,10 @@
Kurt Anderson (anderk5@rpi.edu) Kurt Anderson (anderk5@rpi.edu)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#ifdef LAMMPS_BIGBIG
#error LAMMPS_BIGBIG not supported by this file
#endif
#include "mpi.h" #include "mpi.h"
#include "math.h" #include "math.h"
#include "stdio.h" #include "stdio.h"

View File

@ -15,6 +15,10 @@
Contributing author: Aidan Thompson (Sandia) Contributing author: Aidan Thompson (Sandia)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#ifdef LAMMPS_BIGBIG
#error LAMMPS_BIGBIG not supported by this file
#endif
#include "stdlib.h" #include "stdlib.h"
#include "string.h" #include "string.h"
#include "fix_reax_bonds.h" #include "fix_reax_bonds.h"

View File

@ -1,3 +1,6 @@
#ifdef LAMMPS_BIGBIG
#error LAMMPS_BIGBIG not supported by this file
#endif
#include "mpi.h" #include "mpi.h"
#include "lammps.h" #include "lammps.h"

View File

@ -15,6 +15,10 @@
Contributing author (triclinic) : Pieter in 't Veld (SNL) Contributing author (triclinic) : Pieter in 't Veld (SNL)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#ifdef LAMMPS_BIGBIG
#error LAMMPS_BIGBIG not supported by this file
#endif
#include "mpi.h" #include "mpi.h"
#include <cmath> #include <cmath>
#include <cstring> #include <cstring>

View File

@ -47,6 +47,10 @@ negotiate an appropriate license for such distribution."
Justin Gullingsrud, and James Phillips, (TCBG, Beckman Institute, UIUC) Justin Gullingsrud, and James Phillips, (TCBG, Beckman Institute, UIUC)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#ifdef LAMMPS_BIGBIG
#error LAMMPS_BIGBIG not supported by this file
#endif
#include "fix_imd.h" #include "fix_imd.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"

View File

@ -15,6 +15,10 @@
Contributing author: Axel Kohlmeyer (Temple U) Contributing author: Axel Kohlmeyer (Temple U)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#ifdef LAMMPS_BIGBIG
#error LAMMPS_BIGBIG not supported by this file
#endif
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>

View File

@ -16,6 +16,10 @@
Contributing author: Axel Kohlmeyer (Temple U) Contributing author: Axel Kohlmeyer (Temple U)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#ifdef LAMMPS_BIGBIG
#error LAMMPS_BIGBIG not supported by this file
#endif
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "error.h" #include "error.h"

View File

@ -23,6 +23,10 @@
konglt@sjtu.edu.cn; konglt@gmail.com konglt@sjtu.edu.cn; konglt@gmail.com
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#ifdef LAMMPS_BIGBIG
#error LAMMPS_BIGBIG not supported by this file
#endif
#include "string.h" #include "string.h"
#include "fix_phonon.h" #include "fix_phonon.h"
#include "atom.h" #include "atom.h"

View File

@ -16,6 +16,10 @@
(now at Lawrence Berkeley National Laboratory, hmaktulga@lbl.gov) (now at Lawrence Berkeley National Laboratory, hmaktulga@lbl.gov)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#ifdef LAMMPS_BIGBIG
#error LAMMPS_BIGBIG not supported by this file
#endif
#include "math.h" #include "math.h"
#include "stdio.h" #include "stdio.h"
#include "stdlib.h" #include "stdlib.h"