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

What's the latest,eh?

rahzan
Novice
680 Views
1.Which fortran standard is Intel fortran currently implementing?
Last I checked it was F95withselect features from F03.
2. If this is still the case, where can I find these F03 features?
One other question,
3. How difficult is it to call a .netlibrary from an app in Intel fortran?
Thanks.
Tim
0 Kudos
3 Replies
Steven_L_Intel1
Employee
680 Views
The F03 features supported are listed in the release notes. We continually add features and don't wait for major releases. The release notes will highlight additions.

Yes, it is possible to call a .NET assembly from Intel Fortran. One uses the "Fortran Module Wizard" to select the assembly and generate a module with interfaces to its exported methods. For more informsation, see the section on the Module Wizard in the Building Applications manual.
0 Kudos
rahzan
Novice
680 Views
Where can one find the famous release notes?
I have not bought intel fortran v9
0 Kudos
Steven_L_Intel1
Employee
680 Views
We don't publish the "latest and greatest" on the web. But if you ask for a free 30-day evaluation AND register for support (important!), you can get the current release notes from Intel Premier Support File Downloads.
0 Kudos
Reply