02.02.2014 Views

JUQUEEN - Prace Training Portal

JUQUEEN - Prace Training Portal

JUQUEEN - Prace Training Portal

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.

Example: Compilers Diagnostics<br />

subroutine mult(c,a,ndim)<br />

implicit none<br />

integer :: ndim,i,j<br />

double precision ::<br />

a(ndim),c(ndim,ndim)<br />

! Loop<br />

do i=1,1000<br />

do j=1,1000<br />

enddo<br />

enddo<br />

c(i,j) = a(i)<br />

>>>>> LOOP TRANSFORMATION SECTION

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

Saved successfully!

Ooh no, something went wrong!