Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
18BCE2182 ASSESS_1 Q1-9
//gcc 7.4.0 #include <stdio.h> #include <omp.h> #include <time.h> int main(void) { int i=0; clock_t start=clock(); #pragma omp parallel for for(i=0; i<10000; i++) { printf("Simple for loop :: iteration %d and threaded %d\n",i,omp_get_thread_num()); } clock_t end=clock(); printf("\n Program Execution time: %ld ms\n\n",(end-start)); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
SOLUCION EJERCICIO SPOTIFY
muuchas funciones utiles
Class Friday 1/20 Inauguration Day
algo de avance
150115_EsMatrizOrdenada
FUNTION3
Date
150114_ArrayOrdenado
strrev
ele709 lab 3.4
Please log in to post a comment.