Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
SAI_1-5.c
//gcc 7.4.0 #include <stdio.h> #include<omp.h> int main(void) { int i,j; i=omp_get_num_procs(); printf("%d\n",i); #pragma omp parallel printf("\nNo: of threads in parallel region: %d",omp_get_num_procs()); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
1, 2, 3, & 4-layer neural networks in C
conditional expression
Example array of struct print
mod 4
segundo avance de la lista enlazada
Loop-worksharing
Project 3 Part 1 v1.7
Exploiting uninitialized variable
Pozdravljeni v mali soli C.
get the repeated max
Please log in to post a comment.