URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgomp/] [testsuite/] [libgomp.c/] [appendix-a/] [a.5.1.c] - Rev 839
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run } */ #include <omp.h> int main () { omp_set_dynamic (1); #pragma omp parallel num_threads(10) { /* do work here */ } return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log