12.07.2015 Views

OpenMP

OpenMP

OpenMP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

dddddddddddddddddddddsum = A·B✞int main(argc,argv)int argc;char ∗argv[];{double sum;double a[256], b[256];int i,n;n = 256;for (i = 0; i < n; i++) {a[i] = i ∗ 0.5;b[i] = i ∗ 2.0;}sum = 0;for (i = 1; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!