Parallel Programming - Trivial
[matches/honours.git] / course / semester2 / pprog / assignment1 / openmp / nbody.c
index 6998892..6eb9ed4 100644 (file)
@@ -60,13 +60,14 @@ void Simulation_Run(int argc, char ** argv)
                                                
                                Compute();
                        }
+                       //printf("Left compute loop\n");
                }
 
                #pragma omp section
                {
                        if (options.draw_graphics)
                                Graphics_Run(argc, argv);
-                       printf("Got to bit after Graphics_Run()\n");
+                       //printf("Got to bit after Graphics_Run()\n");
                }
 
        }

UCC git Repository :: git.ucc.asn.au