Run Code
|
API
|
Code Wall
|
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
20171117_FUNCIONES
1, 2, 3, & 4-layer neural networks in C
Atleti
sample.c
Taco practice
A_141128_MatricesSuma
hello
C assignment due sunday
Memoria dinamica no funciona ;C
Refcount220323