Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Strange error with ifort 12

nglam
Beginner
332 Views
Dear all,
I got a strange error as following:
my Array is 2D and allocatable (1:200,1:5000). At some point the values of array(61:61+J,N) are replaced by the values of array(1:1+J,N+1) which are next to the formers. I couldn't find out why, because array(*,N) is always modified before array(*,N+1) in my program.
I use optimization flags:ifort -g -traceback -O3 -xHost -ipo -openmp
But the region where the above replacement happens is serial, not parallel.
Thanks,
Lam
0 Kudos
0 Replies
Reply