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

App built with ifort 9.1 compatible with ifort 10 libraries?

wolfgang_trautenberg
707 Views
Greetings,

we have an exectuable that was compiled and linked with INTEL Fortran 9.1.
We now have some external DLLs that are compiled and linked with INTEL Fortran 10.

Is it possible to run the ifort 9.1 built app with ifort 10 runtime libraries?
Or more specific:
Are ifort 10.1 and ifort 9.1 runtime libraries (libifcoremd.dll libmmd.dll libifportmd.dll)
100% compatible in the sense that applications built with the older version can
safely run with the runtime of the newer version? How about the opposite,
can apps compiled with ifort 10 run with the ifort 9 runtime environment?


thanks

Wolfgang
0 Kudos
3 Replies
Steven_L_Intel1
Employee
707 Views
It's fine to run with newer libraries, but not with older ones.
0 Kudos
wolfgang_trautenberg
707 Views
Good morning Steve,

thanks for the quick reply. Is there an "official" document that lists this compatability?

happy easter holidays

Wolfgang

0 Kudos
Steven_L_Intel1
Employee
707 Views
I don't know that we have this written down anywhere.
0 Kudos
Reply