must include omp.h header when using OpenMP API functions

This commit is contained in:
Axel Kohlmeyer
2019-04-01 22:10:55 -04:00
parent b1badb6555
commit 719a74a02f

View File

@ -36,6 +36,10 @@
#include "atom_kokkos.h"
#include "kokkos.h"
#ifdef _OPENMP
#include <omp.h>
#endif
using namespace LAMMPS_NS;
using namespace MathConst;
using namespace MathSpecialKokkos;