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

Latest compiler is always selected, regardless of sourced path

John4
Valued Contributor I
1,233 Views
Hi,

I have ifort versions 211.0.084 and 2011.1.107 installed. Since the latest seems to reintroduce the error message "The INTERFACE/CONTAINS stack is full" (a false positive, for which I still don't have a small test), I tried to change the source line in .bashrc file to point to the previous version (just like I used to do with ifort versions < 12):

[bash]. /opt/intel/composerxe-2011.0.084/bin/ifortvars.sh intel64[/bash]

But with that line, version 2011.1.107 is selected instead. The problem lies in the fact that the variable PROD_DIR in both versions of ifortvars.sh point to "/opt/intel/composerxe-2011", effectively making any previous installation useless... Was that the intended behavior?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,233 Views
No, that's not intended and our install team has already been asked to correct this.

We'll take a larger test case if you can't reduce the problem. Probably best to submit it through Intel Premier Support.
0 Kudos
Reply