Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
SAI_1-3.c
//gcc 7.4.0 #include <stdio.h> #include<omp.h> int main(void) { int i,j; i=omp_get_max_threads(); printf("%d\n",i); #pragma omp parallel printf("\nNo: of threads in parallel region: %d",omp_get_max_threads()); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
FizzBuzz
Practice
Refcount220323
th
First program.c
CS HW2
3850
string.c
Random test
18BCE2182 ASSESS_1 Q2-1
Please log in to post a comment.