Virtual Method

NumCosmoMathMPIJobpack_return

Declaration [src]

gpointer
pack_return (
  NcmMPIJob* mpi_job,
  gpointer ret
)

Description [src]

Packs (when necessary) the return into the return buffer buf.

Parameters

ret

Type: gpointer

The return 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.