Method
NumCosmoMathFitESMCMCuse_mpi
Declaration [src]
void
ncm_fit_esmcmc_use_mpi (
NcmFitESMCMC* esmcmc,
gboolean use_mpi
)
Description [src]
If use_mpi is TRUE then the parallelization will be accomplished
using MPI if any slaves are available. If no slaves are available
then it falls back to threads.
Note that parallelization will only occur if the number of threads
set using ncm_fit_esmcmc_set_nthreads() is larger than one.