Method

NumCosmoMathMPIJobrun_array

Declaration [src]

void
ncm_mpi_job_run_array (
  NcmMPIJob* mpi_job,
  GPtrArray* input_array,
  GPtrArray* ret_array
)

Description [src]

Send work to all slaves in a round-robin fashion. Both arrays input_array and ret_array must have the same length and should be filled with the appropriated pointers.

Parameters

input_array

Type: An array of GObject*

An array of input pointers.

The data is owned by the caller of the method.
ret_array

Type: An array of GObject*

An array of (allocated) return pointers.

The data is owned by the caller of the method.