X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=pkg%2Fsrc%2Fsources%2Futils.h;h=be3a72fb215a2b1f7b100794d007ca1021a507a7;hb=859c30ec72871f923da0498c14a94e67b0219875;hp=f6d122f066b2010fbdbdf604fef6fedb42dfe277;hpb=f33f35efc9a01f93bb61959522d90ee6a76b892e;p=valse.git 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 *******************************/