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

CVF applications

jfbm
Beginner
373 Views

I already installed both Intel visual fortran compiler standard edition and Microsoft visual studio 2005, standard edition. I have a CVF application (code) and I do not know how to create a project, compile it with Intel Visual Fortarn Compiler, etc. Any help?

0 Kudos
3 Replies
Wendy_Doerner__Intel
Valued Contributor I
373 Views

We have a document which describes how to port code from Compaq Visual Fortran* to Intel Visual Fortran:

http://cache-www.intel.com/cd/00/00/28/46/284698_284698.pdf

In addition, our getting started document would be helpful to look at to see how to compile with Intel Visual Fortran.

ftp://download.intel.com/support/performancetools/fortran/windows/v9/Getting_Started.pdf

Wendy D.

Intel Developer Support

0 Kudos
jfbm
Beginner
373 Views

I opened Visual studio, in the File menu I selected new and then in project types I chose Intel Fortran Projects. Then in the right pane, I added my CVF file to Source Files. It is correct what I have done so far? My code needs some info provided by some input files. How can I add them to the project?

0 Kudos
Wendy_Doerner__Intel
Valued Contributor I
373 Views

Rather than create a new project in Microsoft Visual Studio*, instead open the CVF .dsw file and convert it inside MS VS. For details including screen shoots, please see the section on migrating at the porting document:

http://www.intel.com/cd/software/products/asmo-na/eng/compilers/284698.htm

0 Kudos
Reply