There is a Fortran program and two testing datasets,when compiled in VS 2008 with Intel Fortran version as 11.1.048 (Win 7, 64 bit), both work fine. but when compiled in VS 2008 with Intel Fortran 11.1.048 (Win 7 64 bit), one data set didn't work, say data is overflow the array limit (we define a fix array with size 50).
Both use same source codes and project file.
What cause this different behavior? Is there any way we can solve this issue? Thanks!