Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1.2 No. of Threads
#include <stdio.h> int main(void) { printf("number of threads in serial region,%d\n",omp_get_num_threads()); #pragma omp parallel printf("number of threads in parallel region, %d\n",omp_get_num_threads()); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
25/11/2021
poinres1
A_141211_FuncionesVarias
Code2
ele709 3.5 finished
C dynamic string implementation using preprocessor
Fhk
Exercicio de C - Vetor Multidimensional
Linked List demo in C
Card shuffling and dealing program using structures
Please log in to post a comment.