Commit 56e633a2 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

error out on trying to compile USER-INTEL with -DLAMMPS_BIGBIG

parent 10fa54b2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>