apply current include file conventions
This commit is contained in:
@ -17,23 +17,23 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "pair_eam_alloy_kokkos.h"
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include "kokkos.h"
|
||||
#include "pair_kokkos.h"
|
||||
|
||||
#include "atom_kokkos.h"
|
||||
#include "force.h"
|
||||
#include "atom_masks.h"
|
||||
#include "comm.h"
|
||||
#include "neighbor.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "kokkos.h"
|
||||
#include "memory_kokkos.h"
|
||||
#include "neigh_list_kokkos.h"
|
||||
#include "neigh_request.h"
|
||||
#include "memory_kokkos.h"
|
||||
#include "error.h"
|
||||
#include "atom_masks.h"
|
||||
|
||||
#include "tokenizer.h"
|
||||
#include "neighbor.h"
|
||||
#include "pair_kokkos.h"
|
||||
#include "potential_file_reader.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
// Cannot use virtual inheritance on the GPU, so must duplicate code
|
||||
|
||||
@ -17,22 +17,23 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "pair_eam_fs_kokkos.h"
|
||||
#include <cmath>
|
||||
#include "kokkos.h"
|
||||
#include "pair_kokkos.h"
|
||||
|
||||
#include "atom_kokkos.h"
|
||||
#include "force.h"
|
||||
#include "atom_masks.h"
|
||||
#include "comm.h"
|
||||
#include "neighbor.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "kokkos.h"
|
||||
#include "memory_kokkos.h"
|
||||
#include "neigh_list_kokkos.h"
|
||||
#include "neigh_request.h"
|
||||
#include "memory_kokkos.h"
|
||||
#include "error.h"
|
||||
#include "atom_masks.h"
|
||||
|
||||
#include "tokenizer.h"
|
||||
#include "neighbor.h"
|
||||
#include "pair_kokkos.h"
|
||||
#include "potential_file_reader.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
// Cannot use virtual inheritance on the GPU, so must duplicate code
|
||||
|
||||
@ -17,18 +17,20 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "pair_eam_kokkos.h"
|
||||
#include <cmath>
|
||||
#include "kokkos.h"
|
||||
#include "pair_kokkos.h"
|
||||
|
||||
#include "atom_kokkos.h"
|
||||
#include "force.h"
|
||||
#include "atom_masks.h"
|
||||
#include "comm.h"
|
||||
#include "neighbor.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "kokkos.h"
|
||||
#include "memory_kokkos.h"
|
||||
#include "neigh_list_kokkos.h"
|
||||
#include "neigh_request.h"
|
||||
#include "memory_kokkos.h"
|
||||
#include "error.h"
|
||||
#include "atom_masks.h"
|
||||
#include "neighbor.h"
|
||||
#include "pair_kokkos.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user