diff --git a/src/USER-INTEL/fix_intel.cpp b/src/USER-INTEL/fix_intel.cpp
index 3e36c8f7a937b0e254389c4099897a62aa9ac236..cac5e0b49c8181802b324a932de23aa7f61d7abb 100644
--- a/src/USER-INTEL/fix_intel.cpp
+++ b/src/USER-INTEL/fix_intel.cpp
@@ -34,6 +34,10 @@
 #include <stdio.h>
 #include <math.h>
 
+#ifdef LAMMPS_BIGBIG
+#error "The USER-INTEL package is not compatible with -DLAMMPS_BIGBIG"
+#endif
+
 #ifdef _LMP_INTEL_OFFLOAD
 #ifndef INTEL_OFFLOAD_NOAFFINITY
 #include <unistd.h>