Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Compilation aborted

pedrohcgs
Beginner
4,030 Views
BuildLog.htmbp.f
Hello all,
I am trying to run the attached code, which is working with my professor computer.
Here, whenever I try, it appears compilation aborted.
Please, any kind of help is really appreciated.
I am using Visual Studio 2008, with IVF 12.
Best
0 Kudos
21 Replies
Steven_L_Intel1
Employee
314 Views
You didn't declare f1dim at all, so it is implicitly REAL*4. The warnings you get now match what I see. Declare f1dim as REAL*8 and those two warnings will go away.
0 Kudos
Reply