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

trying to compile f90, but error too general

adonigia
Beginner
561 Views
hi,
I am attempting to compile f90 code with the following...
"ifort /Zi /Od testout.f90" but I get
compilation aborted for testout.f90 (code 1)

I also tried "f90 /Zi /Od testout.f90"
but got the same thing. How can i find out more information about the error i am getting?

is there a verbose compiling option i can set?

I looked in all the user guides and did not find a compiling guide for win 32 apps.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
560 Views
Please submit this to Intel Premier Support - the compiler is dying internally on your program. Usually there is a BIT more information put out in such cases, but not always.

The "compiling guide" is in the User Manual Volume 1. But it would not help you here.
0 Kudos
Reply