- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dr. Fortran;
I have some old CVF 6.6 projects, and had to abandon my CVF complier. I would like to copy the source code to my new Intel 9.1 Fortran and VS 2005 environment. The old CVF source modules reside on a backup device currently.
Is there a preferred method to do this? I'm sure there must be some good articles, since many others have had the same situation. It isn't so much fixing the code, but I'm hesitant to just copy the source files into a blank folder.
But maybe that's the proper way to do it. Any suggestions?
BTW, if there is a way to automatically do some code conversion, I'd consider buying the tools from Intel.
Thanks; Bill
I have some old CVF 6.6 projects, and had to abandon my CVF complier. I would like to copy the source code to my new Intel 9.1 Fortran and VS 2005 environment. The old CVF source modules reside on a backup device currently.
Is there a preferred method to do this? I'm sure there must be some good articles, since many others have had the same situation. It isn't so much fixing the code, but I'm hesitant to just copy the source files into a blank folder.
But maybe that's the proper way to do it. Any suggestions?
BTW, if there is a way to automatically do some code conversion, I'd consider buying the tools from Intel.
Thanks; Bill
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just opened my CVF project in VS and it imported the project. The only thing you will have to fix is the difference in the implementation of Fortran and external libraries, e.g. Compaq math vs Intel Math. The Compaq Array Visualizer and the Intel Array Visualizer do not have the same routines so that it will be some work.
The import routine sets the calling convention to CVF instead of using the default. That can cause some grief if you use some non-CVF libraries.
The import routine sets the calling convention to CVF instead of using the default. That can cause some grief if you use some non-CVF libraries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bill,
Please read Porting Applications from Compaq Visual Fortran to Intel Visual Fortran. It should tell you what you need to know. Let us know if you have further questions.
Please read Porting Applications from Compaq Visual Fortran to Intel Visual Fortran. It should tell you what you need to know. Let us know if you have further questions.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page