Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Warning:standard Fortran 95?

tnd
Beginner
722 Views
whenI compiler my fortran source(in fortran 90 format), the Intel fortran complier always says:
"Warning 4 : Tab characters are an extension to standard Fortran 95" .
I do not know what is going on ? would anyone like to help me?
many thanks.
0 Kudos
2 Replies
ArturGuzik
Valued Contributor I
722 Views

You havetabs in the source code (editor uses tabs instead of spaces - you can see it byclicking Togle WhiteSpace DisplayorpressingCtrl+Shift+8). Use Edit/Advanced/Untabify Selection to replace tabs with spaces in the code you have. To have spaces in the new files set Options/Tabs and select Insert spaces.

A.

0 Kudos
tnd
Beginner
722 Views
Thank you for your help, according to what you said I have comeover the problem, thank again !
0 Kudos
Reply