13.11.2016 Views

OpenMP Application Programming Interface Examples

2fZ58Wr

2fZ58Wr

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

1<br />

2<br />

Example collapse.3.c<br />

C / C++<br />

S-1 #include <br />

S-2 #include <br />

S-3 void work(int a, int j, int k);<br />

S-4 void sub()<br />

S-5 {<br />

S-6 int j, k, a;<br />

S-7 #pragma omp parallel num_threads(2)<br />

S-8 {<br />

S-9 #pragma omp for collapse(2) ordered private(j,k) schedule(static,3)<br />

S-10 for (k=1; k

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

Saved successfully!

Ooh no, something went wrong!