Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
19BCE0666.C
//gcc 7.4.0 #include <stdio.h> #include <omp.h> int main(void) { printf("number of threads in sequential region %d\n",omp_get_max_threads()); #pragma omp parallel printf("number of threads in parallel region %d\n",omp_get_max_threads()); return 0; }
run
|
edit
|
history
|
help
0
Max
Lab 10 v1
print_odd_pointer.c
Fallo matriz
strrev
recurs fibo1
Random test
lab5
20171117_FUNCIONES
18BCE2182 ASSESS_1 Q2-1