Category: Parallel-HPC

  • Project 1 HPC

    Deskripsi: membuat program paralel dengan menggunakan MPI Template laporan: Laporan TuBes HPC

  • 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…