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.
29285 Discussions

create new cvf code in intel xe 2013

milad_m_
Beginner
947 Views

hi

how can i write and run my code in intel xe(in vs 2012 space) in CVFformat?

i mean how can create a space in vs for write CVF code.

thanks.

0 Kudos
6 Replies
Kevin_D_Intel
Employee
947 Views

I think the article Migrating from Compaq* Visual Fortran might help if you haven't already found that.

0 Kudos
Steven_L_Intel1
Employee
947 Views

CVF code is just Fortran code. If you were a CVF user, the article Kevin mentions will be helpful in understanding the difference in the tools and environment. The Intel documentation also leads you through creating and building applications. Start here.

0 Kudos
milad_m_
Beginner
947 Views

i read both of them but cant run it.at the article say

" CVF projects cannot be converted to Intel Visual Fortran projects. Instead, create a new Intel Visual Fortran project and add your sources to it."

cant understand exactly how!

i make new intel console app then add my cvf source code to it but have many errors.

0 Kudos
Steven_L_Intel1
Employee
947 Views

Normally one can convert CVF projects but only if you also have Microsoft Visual C++ installed.

What kind of errors? Often what happens is that the newer Intel Fortran catches programming errors that CVF didn't notice.

0 Kudos
milad_m_
Beginner
947 Views

steve ,

mistake from me that ignore console window. i didnt specify bound for  one of variable that mentioned in console window.

thanks steve and kevin

0 Kudos
Steven_L_Intel1
Employee
947 Views

Glad to hear it. Let us know if we may be of assistance in the future.

0 Kudos
Reply