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

source the ifortvars.sh or ifortvars.csh file to properly set the user environment

iodine_l_
Beginner
667 Views

in the old version like fortran 11.1.046, after the compilers are installed, it is necessary to source the ifortvars.sh or ifortvars.csh file to properly set the user environment to use the Intel compilers.

but now I install a new version (Intel® Parallel Studio XE 2015 Professional Edition for Linux) I fail to find out when the ifortvars.sh is,

can anybody give me the path of it? the compliers is installed under /opt/intel

0 Kudos
2 Replies
Steven_L_Intel1
Employee
667 Views

/opt/intel/bin

0 Kudos
TimP
Honored Contributor III
667 Views

I often use 'find /opt/Intel -name compilervars.sh' there would be both the full script in your version directory and a skyline in compilerxe_2015. Ifortvars and compilervars are same

0 Kudos
Reply