must include omp.h header when using OpenMP API functions
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user