From cb1ad361fbf08e98d608d57c08a1030f2ca44ca4 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 17 Jan 2014 21:17:42 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11256 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/GPU/fix_gpu.cpp | 4 ++++ src/POEMS/fix_poems.cpp | 4 ++++ src/REAX/fix_reax_bonds.cpp | 4 ++++ src/USER-COLVARS/colvarproxy_lammps.cpp | 3 +++ src/USER-CUDA/comm_cuda.cpp | 4 ++++ src/USER-MISC/fix_imd.cpp | 4 ++++ src/USER-MOLFILE/dump_molfile.cpp | 4 ++++ src/USER-OMP/thr_omp.cpp | 4 ++++ src/USER-PHONON/fix_phonon.cpp | 4 ++++ src/USER-REAXC/fix_qeq_reax.cpp | 4 ++++ 10 files changed, 39 insertions(+) diff --git a/src/GPU/fix_gpu.cpp b/src/GPU/fix_gpu.cpp index 6fd8e06fce..754ba23cbd 100644 --- a/src/GPU/fix_gpu.cpp +++ b/src/GPU/fix_gpu.cpp @@ -11,6 +11,10 @@ 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 "stdlib.h" #include "fix_gpu.h" diff --git a/src/POEMS/fix_poems.cpp b/src/POEMS/fix_poems.cpp index 95639f1a98..2f21c4fcf8 100644 --- a/src/POEMS/fix_poems.cpp +++ b/src/POEMS/fix_poems.cpp @@ -17,6 +17,10 @@ Kurt Anderson (anderk5@rpi.edu) ------------------------------------------------------------------------- */ +#ifdef LAMMPS_BIGBIG +#error LAMMPS_BIGBIG not supported by this file +#endif + #include "mpi.h" #include "math.h" #include "stdio.h" diff --git a/src/REAX/fix_reax_bonds.cpp b/src/REAX/fix_reax_bonds.cpp index 3e505c8d63..3e7d124be1 100644 --- a/src/REAX/fix_reax_bonds.cpp +++ b/src/REAX/fix_reax_bonds.cpp @@ -15,6 +15,10 @@ Contributing author: Aidan Thompson (Sandia) ------------------------------------------------------------------------- */ +#ifdef LAMMPS_BIGBIG +#error LAMMPS_BIGBIG not supported by this file +#endif + #include "stdlib.h" #include "string.h" #include "fix_reax_bonds.h" diff --git a/src/USER-COLVARS/colvarproxy_lammps.cpp b/src/USER-COLVARS/colvarproxy_lammps.cpp index 03e92528fe..25575a34a5 100644 --- a/src/USER-COLVARS/colvarproxy_lammps.cpp +++ b/src/USER-COLVARS/colvarproxy_lammps.cpp @@ -1,3 +1,6 @@ +#ifdef LAMMPS_BIGBIG +#error LAMMPS_BIGBIG not supported by this file +#endif #include "mpi.h" #include "lammps.h" diff --git a/src/USER-CUDA/comm_cuda.cpp b/src/USER-CUDA/comm_cuda.cpp index aea8f73424..672643646c 100644 --- a/src/USER-CUDA/comm_cuda.cpp +++ b/src/USER-CUDA/comm_cuda.cpp @@ -15,6 +15,10 @@ Contributing author (triclinic) : Pieter in 't Veld (SNL) ------------------------------------------------------------------------- */ +#ifdef LAMMPS_BIGBIG +#error LAMMPS_BIGBIG not supported by this file +#endif + #include "mpi.h" #include #include diff --git a/src/USER-MISC/fix_imd.cpp b/src/USER-MISC/fix_imd.cpp index 0fcacc6ab5..9370c76c68 100644 --- a/src/USER-MISC/fix_imd.cpp +++ b/src/USER-MISC/fix_imd.cpp @@ -47,6 +47,10 @@ negotiate an appropriate license for such distribution." 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 "atom.h" #include "comm.h" diff --git a/src/USER-MOLFILE/dump_molfile.cpp b/src/USER-MOLFILE/dump_molfile.cpp index 2756abef56..753caf3d39 100644 --- a/src/USER-MOLFILE/dump_molfile.cpp +++ b/src/USER-MOLFILE/dump_molfile.cpp @@ -15,6 +15,10 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ +#ifdef LAMMPS_BIGBIG +#error LAMMPS_BIGBIG not supported by this file +#endif + #include #include #include diff --git a/src/USER-OMP/thr_omp.cpp b/src/USER-OMP/thr_omp.cpp index 4aea630554..c9a27f054f 100644 --- a/src/USER-OMP/thr_omp.cpp +++ b/src/USER-OMP/thr_omp.cpp @@ -16,6 +16,10 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ +#ifdef LAMMPS_BIGBIG +#error LAMMPS_BIGBIG not supported by this file +#endif + #include "atom.h" #include "comm.h" #include "error.h" diff --git a/src/USER-PHONON/fix_phonon.cpp b/src/USER-PHONON/fix_phonon.cpp index 5e3113300a..38765add80 100644 --- a/src/USER-PHONON/fix_phonon.cpp +++ b/src/USER-PHONON/fix_phonon.cpp @@ -23,6 +23,10 @@ konglt@sjtu.edu.cn; konglt@gmail.com ------------------------------------------------------------------------- */ +#ifdef LAMMPS_BIGBIG +#error LAMMPS_BIGBIG not supported by this file +#endif + #include "string.h" #include "fix_phonon.h" #include "atom.h" diff --git a/src/USER-REAXC/fix_qeq_reax.cpp b/src/USER-REAXC/fix_qeq_reax.cpp index e3993678cb..a95e16b95e 100644 --- a/src/USER-REAXC/fix_qeq_reax.cpp +++ b/src/USER-REAXC/fix_qeq_reax.cpp @@ -16,6 +16,10 @@ (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 "stdio.h" #include "stdlib.h"