From 56e633a2cf417fc2a6da10b1fc39c1d98571b23d Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 19 Dec 2017 14:54:35 -0500 Subject: [PATCH] error out on trying to compile USER-INTEL with -DLAMMPS_BIGBIG --- src/USER-INTEL/fix_intel.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/USER-INTEL/fix_intel.cpp b/src/USER-INTEL/fix_intel.cpp index 3e36c8f7a9..cac5e0b49c 100644 --- a/src/USER-INTEL/fix_intel.cpp +++ b/src/USER-INTEL/fix_intel.cpp @@ -34,6 +34,10 @@ #include #include +#ifdef LAMMPS_BIGBIG +#error "The USER-INTEL package is not compatible with -DLAMMPS_BIGBIG" +#endif + #ifdef _LMP_INTEL_OFFLOAD #ifndef INTEL_OFFLOAD_NOAFFINITY #include