Skip to content
Snippets Groups Projects
Commit d72ee0eb authored by Kurt A. O'Hearn's avatar Kurt A. O'Hearn
Browse files

sPuReMD: add OpenMP header.

parent 4c09c5f1
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,10 @@ ...@@ -31,6 +31,10 @@
#include "time.h" #include "time.h"
#include "zlib.h" #include "zlib.h"
#ifdef _OPENMP
#include <omp.h>
#endif
//#define DEBUG_FOCUS //#define DEBUG_FOCUS
//#define TEST_FORCES //#define TEST_FORCES
//#define TEST_ENERGY //#define TEST_ENERGY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment