Software Archive
Read-only legacy content
17061 Discussions

loop unrolling issues on MIC

Alin_M_Elena
Beginner
276 Views

Hi,

I have posted in the fortran forum the issue... but after second thoughts probably this is the right place.

http://software.intel.com/en-us/forums/topic/405186

sorry for the double posting... I hope is possible to change the categories.

Alin

0 Kudos
1 Reply
Alin_M_Elena
Beginner
276 Views

here is the trimmed code reproducing the problem.

ifort -c -mmic -O3 dummy.F90 -o dummy.mico

alin@phinally:~/lavello/XeonPhi/arrays]: ifort -o arrays.MIC -openmp -mmic -O3 loop2.F90 loopn.F90 arrays.F90 dummy.mico
[alin@phinally:~/lavello/XeonPhi/arrays]: ssh mic0

~/lavello/XeonPhi/arrays $ ./arrays.MIC
0.39214492 14.116220

regards,

Alin

0 Kudos
Reply