more fixes for USER-OMP

This commit is contained in:
Axel Kohlmeyer
2019-06-30 23:12:08 -04:00
parent e0c04355bb
commit 44372f5236
4 changed files with 11 additions and 7 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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"