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

program ceated in DVF can run in INTEL Parallel Studio XE Composer Edition for Fortran

eduardo_m_1
Beginner
225 Views

I created a code that calculates heat transfer and flow  fluid in an older version of  visual fortran (digital visual fortran 5), but  it does not run in a newer versions of windows. I need a new version of fortran, i know  that intel fortran is the new version of digital visual fortran (compaq visual fortran), but i need  to know if the code, that i created in DVF, can run in INTEL Parallel Studio XE Composer Edition for Fortran.

the code also creates graph, maps of contours and vectors. for this, it uses a library for drawing lines, squares, etc included in DVF. I need to know if this library also works in INTEL Parallel Studio XE Composer Edition for Fortran.

thanks

 

0 Kudos
1 Reply
Kevin_D_Intel
Employee
225 Views

Impossible to offer an absolute “yes”; however, Intel Parallel Studio XE Composer Edition for Fortran is very compatible with CVF. I know you said DVF; however, this article contains information that would be useful for your case too,  https://software.intel.com/en-us/articles/migrating-from-compaq-visual-fortran.

I do not have any experience with DVF so I’m not sure what library you are describing. Perhaps it was the QuickWin library with its graphics/drawing functions?   Maybe others with more DVF/CVF experience will recognize the library from your description.

As for determining if the program will work, there  is a 30-day free trial (click Try & Buy - https://software.intel.com/en-us/intel-parallel-studio-xe/try-buy) and if you qualify, you might be able to obtain and use the product for free, refer to https://software.intel.com/en-us/qualify-for-free-software for more details.

Hope that helps.

0 Kudos
Reply