Method

NumCosmoMathMPIJobpack_input

Declaration [src]

gpointer
ncm_mpi_job_pack_input (
  NcmMPIJob* mpi_job,
  gpointer input
)

Description [src]

Packs (when necessary) the input into the input buffer.

Parameters

input

Type: gpointer

The input pointer.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gpointer

The packed buffer.

The returned data is owned by the instance.
The return value can be NULL.