Tag: mpi

  • MPI Point to Point Communication

    Pada bagian ini akan dipelajari beberapa sebagai berikut: MPI_Send(void *buf, int count, MPI_Datatype datatype, int dest,int tag, MPI_Comm comm) MPI_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) Parameter: Buf –> Initial address of send buffer (choice) Count –> Number of elements send (nonnegative integer) Datatype –> Datatype of each…