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

Third Party Libraries

chfischer10
Beginner
207 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
207 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