Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1.3 Max threads
#include <stdio.h> #include <omp.h> int main(void) { printf("number of max threads in sequntial region, %d\n",omp_get_max_threads()); #pragma omp parallel printf("number of max threads in parallel region, %d\n",omp_get_max_threads()); return 0; }
run
|
edit
|
history
|
help
0
Class Friday 1/20 Inauguration Day
150109_RecursividadParImpar
hello 5
Camping
menu
Array non repeated alphabets
3D NO SE XD
qsort
pattern 17
palindrome.c