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

Update README.md

parent 98b9298c
Branches
No related merge requests found
......@@ -66,7 +66,7 @@ Variabel `count` digunakan untuk menghitung jumlah proses yang sudah selesai men
Berikut adalah kode program jika rank proses bukan 0:
long *dataSend = (long*) malloc(sizeof(long*) * N * jobs);
long *dataSend = (long*) malloc(sizeof(long*) * N * jobs);
int count = 0;
for (int i = rank*jobs-jobs; i < rank*jobs; ++i)
{
......
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