Previous Up Next



Communication Simple (Envoie)
int MPI_Send(void* buf, int count, MPI_Datatype datatype,
               int dest, int tag, MPI_Comm comm)

- 25 -

  Alain Bouju MPI


Previous Up Next