more USER-OMP updates

This commit is contained in:
Axel Kohlmeyer
2020-09-04 01:32:52 -04:00
parent d0691d0a5d
commit fc3d9fee5e
108 changed files with 338 additions and 305 deletions

View File

@ -16,7 +16,9 @@
OpenMP based threading support for LAMMPS
------------------------------------------------------------------------- */
#include "omp_compat.h"
#include "fix_omp.h"
#include "thr_data.h"
#include "atom.h"
#include "comm.h"
#include "error.h"
@ -25,10 +27,6 @@
#include "neigh_request.h"
#include "universe.h"
#include "update.h"
#include "timer.h"
#include "fix_omp.h"
#include "thr_data.h"
#include "pair_hybrid.h"
#include "bond_hybrid.h"
@ -39,6 +37,7 @@
#include <cstring>
#include "omp_compat.h"
#if defined(_OPENMP)
#include <omp.h>
#endif