Virtual Method

NumCosmoMathMPIJobunpack_input

Declaration [src]

void
unpack_input (
  NcmMPIJob* mpi_job,
  gpointer buf,
  gpointer input
)

Description [src]

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

Parameters

buf

Type: gpointer

The received buffer.

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

Type: gpointer

The unpacked buffer.

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