Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1.7 Test parallel function
#include <stdio.h> #include <omp.h> int main(void) { printf("%d\n", omp_in_parallel( )); #pragma omp parallel printf("%d\n", omp_in_parallel( )); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Float ispis
sort_using_pointers.c
Beginning linux
first C code
hello
A_141124_arrayIguales
Prgm
funcion quicksort
Palindromo
MATRIZ DE CADENAS
Please log in to post a comment.