Method

NumCosmoMathMPIJobdestroy_input_buffer

Declaration [src]

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

Description [src]

Destroy buf created with ncm_mpi_job_get_input_buffer() or ncm_mpi_job_pack_input().

Parameters

input

Type: gpointer

An input object.

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

Type: gpointer

A input buffer.

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