Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
#include <stdio.h> #include <stdio.h>
#include <math.h> #include <math.h>
#ifdef LAMMPS_BIGBIG
#error "The USER-INTEL package is not compatible with -DLAMMPS_BIGBIG"
#endif
#ifdef _LMP_INTEL_OFFLOAD #ifdef _LMP_INTEL_OFFLOAD
#ifndef INTEL_OFFLOAD_NOAFFINITY #ifndef INTEL_OFFLOAD_NOAFFINITY
#include <unistd.h> #include <unistd.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment