Run Code
|
API
|
Code Wall
|
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
22nd HW Switchv0.24
Bool datatype Operation for GCC
Bitwise Operations
printing float 2 pointers
Switch
Assignment 4
cstructCricket
Lab6 v1.0 Sin,cos,tan,cot
abc.c
h