Function

NumCosmoMathMPIJobclear

Declaration [src]

void
ncm_mpi_job_clear (
  NcmMPIJob** mpi_job
)

Description [src]

Decrease the reference count of mpi_job by one, and sets the pointer *mpi_job to NULL.

Parameters

mpi_job

Type: NcmMPIJob

A NcmMPIJob.

The data is owned by the caller of the function.