forked from lijiext/lammps
error out on trying to compile USER-INTEL with -DLAMMPS_BIGBIG
This commit is contained in:
parent
10fa54b2fd
commit
56e633a2cf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue