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
PART 2
squareifnal
cstructCricPoint
prime numbers using functions
Reverse.CPP
A_141125_MenorMayor2
eliminate_duplicates.c
1.1 Hello World!
qsort
Lab 11