From 24103bc5ae3d568ca97bdb70175b975fa680546c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 30 Jun 2017 09:44:25 +0200 Subject: Refactor conformal factor evaluation. --- brill_data.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'brill_data.h') diff --git a/brill_data.h b/brill_data.h index 621998d..9047414 100644 --- a/brill_data.h +++ b/brill_data.h @@ -118,6 +118,12 @@ typedef struct BDContext { * The number of array elements between two rows. */ unsigned int stride; + + /** + * Number of threads to use for parallelization. Set to 0 to automatically + * detect according to the number of CPU cores. + */ + unsigned int nb_threads; } BDContext; /** -- cgit v1.2.3