Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
19BCE0666.C
//gcc 7.4.0 #include <stdio.h> #include <omp.h> int main(void) { printf("number of threads in sequential region %d\n",omp_get_max_threads()); #pragma omp parallel printf("number of threads in parallel region %d\n",omp_get_max_threads()); return 0; }
run
|
edit
|
history
|
help
0
Stub Program for Problem 6 HW 2
algo de avance
120465-11.1-3E
recurs2
Multiple If statements v.09
ECE 2574 1/23
709 lab 3.1
Test2
GCC supports 128-bit integer arithmetic
Simple interest