Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
18BCE2182 ASSESS_1 Q1-7
Part 1: Draw Arts (square)
MailingList
Project 4 v1
Swap.c
some_tests
Program to input form command line and print it
Example of scanf and basic integer manipulation - with function call
Assignment 4
SOLUCION EJERCICIO SPOTIFY
Please log in to post a comment.