testsuite/libgomp.c/appendix-a/a.5.1.c

Go to the documentation of this file.
00001 /* { dg-do run } */
00002 
00003 #include <omp.h>
00004 int
00005 main ()
00006 {
00007   omp_set_dynamic (1);
00008 #pragma omp parallel num_threads(10)
00009   {
00010     /* do work here */
00011   }
00012   return 0;
00013 }

Generated on Fri Apr 5 05:38:10 2013 for Libgomp by  doxygen 1.4.7