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

Compilation Aborted (Code 1)

kramer__walter
Beginner
603 Views

Hello,

After installation of version 11.1.060the standardmessage for compilation errors seems to be:

"Compilation Aborted (Code 1)"

Perhaps it is coincidence that I am now getting these error messages instead of more descriptive ones, but maybe others are experiencing the same?

The following iteration loop control results in the "Compilation Aborted (Code 1)" error message.

DO I=1, (if VSWITCH>=2.9 then U17RB else 199 endif)

I had expected something more descriptive.

I had more of these error messages after installation of 11.1.060, but I don't recall having them before.

Walter Kramer

0 Kudos
2 Replies
Steven_L_Intel1
Employee
603 Views
Please attach a complete source that has this problem. Usually, that message is preceded by other, descriptive error messages. You may also be running into an internal compiler error.
0 Kudos
kramer__walter
Beginner
603 Views

Hello Steve,

You are right the error message is indeed preceded by more descriptive messages, however not immediately visible if you emit diagnostics to a file. And that is what I did (and forgot about). I am sorry I should have checked before.

Thanks,

Walter Kramer

0 Kudos
Reply