more fixes for USER-OMP
This commit is contained in:
@ -15,6 +15,9 @@
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <mpi.h>
|
||||
#include <cstring>
|
||||
|
||||
#include "fix_rigid_nh_omp.h"
|
||||
|
||||
#include "atom.h"
|
||||
@ -24,13 +27,12 @@
|
||||
#include "comm.h"
|
||||
#include "compute.h"
|
||||
#include "domain.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "kspace.h"
|
||||
#include "modify.h"
|
||||
#include "update.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#if defined(_OPENMP)
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
||||
@ -15,6 +15,9 @@
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <mpi.h>
|
||||
#include <cstring>
|
||||
|
||||
#include "fix_rigid_omp.h"
|
||||
|
||||
#include "atom.h"
|
||||
@ -23,8 +26,7 @@
|
||||
#include "atom_vec_tri.h"
|
||||
#include "comm.h"
|
||||
#include "domain.h"
|
||||
|
||||
#include <cstring>
|
||||
#include "error.h"
|
||||
|
||||
#if defined(_OPENMP)
|
||||
#include <omp.h>
|
||||
|
||||
@ -15,6 +15,8 @@
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "fix_rigid_small_omp.h"
|
||||
|
||||
#include "atom.h"
|
||||
@ -24,8 +26,6 @@
|
||||
#include "comm.h"
|
||||
#include "domain.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#if defined(_OPENMP)
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
#include "output.h"
|
||||
#include "citeme.h"
|
||||
#include "accelerator_kokkos.h"
|
||||
#include "accelerator_omp.h"
|
||||
#include "accelerator_omp.h" // IWYU pragma: keep
|
||||
#include "timer.h"
|
||||
#include "lmppython.h"
|
||||
#include "version.h"
|
||||
|
||||
Reference in New Issue
Block a user