Virtual Method

NumCosmoMathMPIJobunpack_return

Declaration [src]

void
unpack_return (
  NcmMPIJob* mpi_job,
  gpointer buf,
  gpointer ret
)

Description [src]

Unpacks (when necessary) the buffer buf into the return pointer return.

Parameters

buf

Type: gpointer

The received buffer.

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

Type: gpointer

The unpacked buffer.

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