From f89a7266bfefc08490179aa05ac5cd0e8c4b860b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Sun, 25 Jun 2017 23:57:42 -0400 Subject: [PATCH] make USER-INTEL compilable again with gcc and without OpenMP active --- src/USER-INTEL/intel_preprocess.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/USER-INTEL/intel_preprocess.h b/src/USER-INTEL/intel_preprocess.h index d5cf6f5be2..1f6225dc44 100644 --- a/src/USER-INTEL/intel_preprocess.h +++ b/src/USER-INTEL/intel_preprocess.h @@ -248,12 +248,6 @@ enum {TIME_PACK, TIME_HOST_NEIGHBOR, TIME_HOST_PAIR, TIME_OFFLOAD_NEIGHBOR, #else -#define IP_PRE_omp_range(ifrom, ito, tid, inum, nthreads) \ - { \ - ifrom = 0; \ - ito = inum; \ - } - #define IP_PRE_omp_range_id(ifrom, ito, tid, inum, nthreads) \ { \ tid = 0; \ @@ -299,15 +293,6 @@ enum {TIME_PACK, TIME_HOST_NEIGHBOR, TIME_HOST_PAIR, TIME_OFFLOAD_NEIGHBOR, ito = inum; \ } -#define IP_PRE_omp_range_id_vec(ifrom, ip, ito, tid, inum, \ - nthreads, vecsize) \ - { \ - tid = 0; \ - ifrom = 0; \ - ito = inum; \ - ip = vecsize; \ - } - #endif #define IP_PRE_fdotr_acc_force_l5(lf, lt, minlocal, nthreads, f_start, \ -- GitLab