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

Same build number for IVF and IVC compilers?

rase
New Contributor I
652 Views
I use mainly IVF, but only occasionally IVC. Is it mandatory to install both compilers with the same build number to be used in one solution (e. g. due to common libraries)?
0 Kudos
1 Solution
TimP
Honored Contributor III
652 Views
Quoting - rase
I use mainly IVF, but only occasionally IVC. Is it mandatory to install both compilers with the same build number to be used in one solution (e. g. due to common libraries)?
It's helpful to have the same release of ifort and ICL. When sharing libraries between different versions, it should work (within reasonable limits) if the newer of identically named libraries in the 2 installations is used.

View solution in original post

0 Kudos
3 Replies
TimP
Honored Contributor III
653 Views
Quoting - rase
I use mainly IVF, but only occasionally IVC. Is it mandatory to install both compilers with the same build number to be used in one solution (e. g. due to common libraries)?
It's helpful to have the same release of ifort and ICL. When sharing libraries between different versions, it should work (within reasonable limits) if the newer of identically named libraries in the 2 installations is used.
0 Kudos
rase
New Contributor I
652 Views
Quoting - tim18
It's helpful to have the same release of ifort and ICL.
Thanks for your cautious reply: To avoid problems, it's better to have the same release.
0 Kudos
Steven_L_Intel1
Employee
652 Views
In particular, if you use the /Qipo option, you must use the same numbered release of Intel Fortran and Intel C++.
0 Kudos
Reply