Skip to content
Snippets Groups Projects
Commit 98b9298c authored by Fata Nugraha's avatar Fata Nugraha :grinning:
Browse files

Update README.md

parent 3455705e
Branches
No related merge requests found
...@@ -75,7 +75,6 @@ Berikut adalah kode program jika rank proses bukan 0: ...@@ -75,7 +75,6 @@ Berikut adalah kode program jika rank proses bukan 0:
dataSend[count * N + j] = graph[i][j]; dataSend[count * N + j] = graph[i][j];
} }
count++; count++;
// printf("Print job %d from rank %d\n", i, rank);
} }
MPI_Send(dataSend, N*jobs, MPI_LONG, destinationRank, tag, MPI_COMM_WORLD); MPI_Send(dataSend, N*jobs, MPI_LONG, destinationRank, tag, MPI_COMM_WORLD);
free(dataSend); free(dataSend);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment