X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2Fsrc%2Fsources%2Futils.h;h=be3a72fb215a2b1f7b100794d007ca1021a507a7;hp=f6d122f066b2010fbdbdf604fef6fedb42dfe277;hb=d7e82077fa960affdb576427b44648e51726255e;hpb=f33f35efc9a01f93bb61959522d90ee6a76b892e diff --git a/pkg/src/sources/utils.h b/pkg/src/sources/utils.h index f6d122f..be3a72f 100644 --- a/pkg/src/sources/utils.h +++ b/pkg/src/sources/utils.h @@ -11,16 +11,6 @@ typedef double Real; //typedef uint32_t UInt; //typedef int32_t Int; -/******************* - * tune parallelism - *******************/ - -// 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 - /******************************* * Matrix and arrays indexation *******************************/