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 threads are enabled via ncm_fit_esmcmc_set_use_threads().

Parameters

use_mpi

Type: gboolean

Whether to prefer MPI.