- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We've determined that some of our codebase runs much faster with code compiled with Intel compiler (9.1.034), but much of our code base is not built with the Intel compiler. What should be considered when attempting to link a single DLL (Compaq Fortran and Visual Studio 6) containing some libs that are compiled/archived with Compaq Fortran and some Intel Fortran? Note all objects in a given library would be compiled with a single compiler. Is this possible?
Thanks
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, not possible. The only thing you can do is build two DLLs, one with the CVF pieces and one with the Intel Fortran pieces. You cannot mix CVF and ifort objects in a single EXE or DLL.

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