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

fortran error message

chriskst
Beginner
567 Views
I am getting a lot of error msg when compiling:
1) Error: A specification statement cannot appear in the executable section.
2)Error: Unrecognized token '@' skipped
how to solve these errors?
thanks
chris
0 Kudos
1 Reply
Steven_L_Intel1
Employee
567 Views
You will need to show us the source it is complaining about. However, the @ character does not normally appear in Fortran source.

The first error is when you have a declaration, such as INTEGER I, after the first executable statement in the program unit.
0 Kudos
Reply