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

This commit is contained in:
Axel Kohlmeyer 2017-12-19 14:54:35 -05:00
parent 10fa54b2fd
commit 56e633a2cf
1 changed files with 4 additions and 0 deletions

View File

@ -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>