- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
The "compiling guide" is in the User Manual Volume 1. But it would not help you here.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page