finished translation MATLAB --> R,C ; start debugging...
[valse.git] / src / sources / utils / tune_parallelisms.h
diff --git a/src/sources/utils/tune_parallelisms.h b/src/sources/utils/tune_parallelisms.h
deleted file mode 100644 (file)
index 33a5171..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#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