Parallel Programming - Finished pthreads
[matches/honours.git] / course / semester2 / pprog / assignment1 / openmp / nbody.h
index 91c4bf4..3e3d271 100644 (file)
@@ -14,6 +14,9 @@
 #undef SINGLE_THREADED
 #define OMP_THREADED
 
+
+#define CRAPPY_VERSION
+
 // Replace default macros with thread-safe functions
 #undef Simulation_Run
 void Simulation_Run(int argc, char ** argv);

UCC git Repository :: git.ucc.asn.au