Function __recv__

Réception de tuple sur un communicateur.

void __recv__(T, TNext...) (
  int procId,
  int tag,
  ref T param,
  ref TNext params,
  MPI_Comm comm,
  MPI_Status status
);

void __recv__(T, U, T2, TNext...) (
  int procId,
  int tag,
  ref T param,
  ref T2 size,
  ref TNext params,
  MPI_Comm comm,
  MPI_Status status
);

void __recv__ (
  int ,
  int ,
  MPI_Comm ,
  MPI_Status
);