Function

NumCosmoMathfunc_eval_set_max_threads

Declaration [src]

void
ncm_func_eval_set_max_threads (
  gint mt
)

Description [src]

Set the new maximun number of threads to be used by the pool. Note that this function is global changing this will affect every place which uses these functions.

Parameters

mt

Type: gint

New max threads to be used in the pool, -1 means unlimited.