Virtual Method

NumCosmoMathMPIJobrun

Declaration [src]

void
run (
  NcmMPIJob* mpi_job,
  gpointer input,
  gpointer ret
)

Description [src]

Runs job mpi_job using input and returns in ret.

Parameters

input

Type: gpointer

An input pointer.

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

Type: gpointer

An return pointer.

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