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

Problems in Environment Variables

Archivu
Beginner
292 Views
Dear friends,
I purchased for Intel Fortran Compiler version 11. Currently,I am trying to degrade Intel Fortran Compiler version from ver. 11 to ver. 10.1. After installing the ver.10.1 with serial of ver. 11.
I could not find the line:;%IFORT_COMPILER10%\\IA32\\Libin the"Properties | Advanced | Environment Variables".
I am using HP computer.
Could you give me advice on this? I am looking forward to hearing from you.
Thanks in advance.
Vu
0 Kudos
2 Replies
TimP
Honored Contributor III
292 Views
It's often preferable to avoid using the install option which should add Intel compiler options to the properties environment variables, relying instead on the shortcut to ifortvars.bat which should appear on your Windows Start menu
Start>all programs>intel....>command prompt>....
as a way of setting up your command prompt environment, if that's what you require.
0 Kudos
Steven_L_Intel1
Employee
292 Views
At some point we stopped adding LIB and INCLUDE system environment variables, and it may have been by 10.1. As Tim says, use the provided shortcut to begin a Fortran command-line session or have your script call the ifortvars.bat script provided.
0 Kudos
Reply