We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce83b6 commit d9e4728Copy full SHA for d9e4728
examples/v2beta1/pi/pi.cc
@@ -46,7 +46,7 @@ int main(int argc, char *argv[]) {
46
double pi = 4 * (double)total_count / (double)(worker_tests) / (double)(workers);
47
printf("pi is approximately %.16lf\n", pi);
48
}
49
- MPI_Barrier(MPI_COMM_WORLD);
+// MPI_Barrier(MPI_COMM_WORLD);
50
MPI_Finalize();
51
return 0;
52
0 commit comments