Skip to content
Snippets Groups Projects
Commit cbd6f9ab authored by Timothy's avatar Timothy
Browse files

Merge branch 'master' of gitlab.informatika.org:timmysutanto/openmp

parents fc70a635 d00dc792
Branches
Tags
No related merge requests found
No preview for this file type
...@@ -302,11 +302,8 @@ int main(int argc, char** argv) { ...@@ -302,11 +302,8 @@ int main(int argc, char** argv) {
// if(world_rank == 0){ // if(world_rank == 0){
// printf("Time taken %f microsecond\n", dijkstra_time) * 1000000; // printf("Time taken %f microsecond\n", dijkstra_time) * 1000000;
printf("Time taken %f microsecond\n", dijkstra_time * 1000000); printf("Time taken %f microsecond\n", dijkstra_time * 1000000);
printArray(hasilAkhir,num_of_node);
// printArrayTerminal(hasilAkhir, num_of_node); // printArrayTerminal(hasilAkhir, num_of_node);
printArray(hasilAkhir, num_of_node);
// }
// FREE
// if(world_rank == 0){ // if(world_rank == 0){
for(int i=0;i<num_of_node;i++){ for(int i=0;i<num_of_node;i++){
free(arr[i]); free(arr[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