Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29593 ディスカッション

different IVF on same PC..

elquin
ビギナー
1,773件の閲覧回数

Currently, I'm using IVF 11.1.065 under MS Visual Studio 2008.

I'm considering to move to Fortran Composer XE 2013, but there're lots of old projects in my old IVF.

Is it possible to run different version of IVF in single PC??

0 件の賞賛
3 返答(返信)
TimP
名誉コントリビューター III
1,773件の閲覧回数
You might be interested in earlier posts on this subject. 2 ifort versions (not more) can be integrated into VS. You may need to re-install the older one after installing a new one.
mecej4
名誉コントリビューター III
1,773件の閲覧回数
There is a somewhat subtle issue with regard to using old VS project files with a newer version of VS. With some versions of VS, the VS Shell provided with Intel Fortran may not allow project files to be "upgraded" to the new version of VS, and a full install of VS is needed to make such upgrading possible.
TimP
名誉コントリビューター III
1,773件の閲覧回数
My understanding was that there was no desire to change VS versions (and VS2008 with service packs is still fully supported), so there shouldn't be an issue with project files.
返信