Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1.9 Time Function
#include <stdio.h> #include <omp.h> int main() { int i, j=0; float start,end; start = omp_get_wtime(); #pragma omp parallel for for (i=0; i < 80000; i++) { j+=i; } end = omp_get_wtime(); printf("Time taken: %lf\n", end - start); return 0; }
run
|
edit
|
history
|
help
0
Lab 9 v0.5
bitwise_operation__end-of-class
kushagra siingh_19BCE0665
Programação em C, testes
Assignment 3
NO OF NODES IN LINK LIST
test
joseph triangle
Link List
A_141128_MatricesProducto