Changeset: d33e52a5475a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d33e52a5475a
Modified Files:
        geom/monetdb5/geom.h
        geom/monetdb5/geomBulk.c
Branch: sfcgal
Log Message:

Get back OpenMP and since we are not sure about that certain properties hold 
set them to zero


diffs (29 lines):

diff --git a/geom/monetdb5/geom.h b/geom/monetdb5/geom.h
--- a/geom/monetdb5/geom.h
+++ b/geom/monetdb5/geom.h
@@ -40,9 +40,9 @@
 
 #define BATrmprops(b)                                           \
     b->tsorted = b->trevsorted = 0;     \
-    b->tnosorted = b->tnorevsorted = 1;                         \
+    b->tnosorted = b->tnorevsorted = 0;                         \
     b->tkey |= 0;                                               \
-    b->tnokey[0] = b->tnokey[1] = 1;                            \
+    b->tnokey[0] = b->tnokey[1] = 0;                            \
     b->tnonil = 0;                                             \
     b->tnodense = 1;                                            
 
diff --git a/geom/monetdb5/geomBulk.c b/geom/monetdb5/geomBulk.c
--- a/geom/monetdb5/geomBulk.c
+++ b/geom/monetdb5/geomBulk.c
@@ -14,8 +14,8 @@
 #include <omp.h>
 
 //#define GEOMBULK_DEBUG 1
-#define OPENCL_DYNAMIC 0
-#define OPENCL_THREADS 1
+#define OPENCL_DYNAMIC 1
+#define OPENCL_THREADS 8
 
 /*******************************/
 /********** One input **********/
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to