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

Compilation aborted

pedrohcgs
Principiante
7.695 Vistas
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 Respuestas
Steven_L_Intel1
Empleados
730 Vistas
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.
Responder