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.

Third Party Libraries

chfischer10
Beginner
459 Views
Having migrated from Microsoft Fortran to DVF to CVF, I am wondering what my chances are that a couple of third party libraries which linked with all 3 of the mentioned versions will successfully link under IVF. Any words of wisdom or experiences would be appreciated.
Charlie
0 Kudos
1 Reply
Steven_L_Intel1
Employee
459 Views
It depends. If the libraries have Fortran code, they will need to be rebuilt. If they are C/C++ code, then it will probably be just a compiler option to match CVF's calling conventions - and maybe not even that.



There's no way to make a general statement about this except to say that if they worked with Microsoft Fortran PowerStation, your chances are pretty good they'll work with IVF with at most a compiler switch.

Message Edited by Steve_Lionel on 11-19-2005 10:36 PM

0 Kudos
Reply