more KOKKOS, USER-OMP, and USER-INTEL include file cleanup

This commit is contained in:
Axel Kohlmeyer
2020-09-03 10:22:08 -04:00
parent 27203304d6
commit f67bd8eb5d
81 changed files with 442 additions and 490 deletions

View File

@ -16,8 +16,8 @@
Anupama Kurpad (Intel) - Host Affinitization
------------------------------------------------------------------------- */
#include "omp_compat.h"
#include "fix_intel.h"
#include "comm.h"
#include "error.h"
#include "force.h"
@ -25,17 +25,10 @@
#include "neigh_request.h"
#include "pair.h"
#include "pair_hybrid.h"
#include "pair_hybrid_overlay.h"
#include "timer.h"
#include "universe.h"
#include "update.h"
#include <cstring>
#include <cstdio>
#include <cmath>
#ifdef _LMP_INTEL_OFFLOAD
#ifndef INTEL_OFFLOAD_NOAFFINITY
#include <unistd.h>