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

@ -12,19 +12,17 @@
------------------------------------------------------------------------- */
#include "kokkos.h"
#include <mpi.h>
#include <cstdio>
#include "error.h"
#include "force.h"
#include "memory_kokkos.h"
#include "neigh_list_kokkos.h"
#include "neighbor_kokkos.h"
#include <cstring>
#include <cstdlib>
#include <cctype>
#include <csignal>
#include <unistd.h>
#include "lammps.h"
#include "force.h"
#include "neighbor_kokkos.h"
#include "neigh_list_kokkos.h"
#include "error.h"
#include "memory_kokkos.h"
#ifdef KOKKOS_ENABLE_CUDA