09.06.2013 Views

Il sistema di calcolo ad alte prestazioni del CINECA: evoluzione di ...

Il sistema di calcolo ad alte prestazioni del CINECA: evoluzione di ...

Il sistema di calcolo ad alte prestazioni del CINECA: evoluzione di ...

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.

MPI_THREAD_SINGLE (master only)<br />

!$OMP PARALLEL DO<br />

do i=1,10000<br />

a(i)=b(i)+f*d(i)<br />

enddo<br />

!$OMP END PARALLEL DO<br />

call MPI_Xxx(...)<br />

!$OMP PARALLEL DO<br />

do i=1,10000<br />

x(i)=a(i)+f*b(i)<br />

enddo<br />

!$OMP END PARALLEL DO<br />

#pragma omp parallel for<br />

{<br />

for (i=0; i

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

Saved successfully!

Ooh no, something went wrong!