Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1.3 Max threads
#include <stdio.h> #include <omp.h> int main(void) { printf("number of max threads in sequntial region, %d\n",omp_get_max_threads()); #pragma omp parallel printf("number of max threads in parallel region, %d\n",omp_get_max_threads()); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
lab6
C_141204_ContadorPalabras
My first program
ATM
example
PART 2
1_9
Assignment 5 v2
Swiss Infotech Tutorial
pruebapi2
Please log in to post a comment.