finished a.EMGLLF.c [to test] ; fix indices in EMGLLF.c [by cols]
[valse.git] / src / sources / utils / tune_parallelisms.h
diff --git a/src/sources/utils/tune_parallelisms.h b/src/sources/utils/tune_parallelisms.h
new file mode 100644 (file)
index 0000000..33a5171
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef tune_parallelism_H
+#define tune_parallelism_H
+
+// Number of OpenMP threads
+#define OMP_NUM_THREADS 8
+
+// CHUNK_SIZE = number of lambda values to be treated sequentially by a single core
+#define CHUNK_SIZE 1
+
+#endif