finished a.EMGLLF.c [to test] ; fix indices in EMGLLF.c [by cols]
[valse.git] / src / sources / utils / tune_parallelisms.h
1 #ifndef tune_parallelism_H
2 #define tune_parallelism_H
3
4 // Number of OpenMP threads
5 #define OMP_NUM_THREADS 8
6
7 // CHUNK_SIZE = number of lambda values to be treated sequentially by a single core
8 #define CHUNK_SIZE 1
9
10 #endif