Hi,
I am using Intel Fortran compiler v10.1 and compiling only with the '-g' option. Inspection of some variables while stopped at a break point reveals that the value doesn't match the value that is printed to the screen. It appears that Totalview is displaying the incorrect value. For example, Totalview will list the value of 6.95, but the value printed to the screen is 7.31e-2. What are the reasons this would occur? Is there a way to fix this?
I've done 'make clean' and recompiled to ensure that all of the files were compiled with the -g option.
Thanks.