mirror of https://github.com/lammps/lammps.git
must include omp.h header when using OpenMP API functions
This commit is contained in:
parent
b1badb6555
commit
719a74a02f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue