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
sum of arrays
pth_trap.c
Print Bash Version.c
json string formatter
CONTADOR DE PALABRAS
10
Sum Two Numbers
CO Assignment 1 Question 1
ACCES FUNC
Jai