Hi,
I am having troubles downloading intel fortran/c++ compiler 15 (professional) linux (specifically CentOS 6.6)
I have followed the instructions.
1. I extracted the tgz archive
2. I ran the install.sh script (activated 31 day trial)
3. ran the advixe-vars.sh script
So it should be complete at this point? I try running
ifort -v
and the command is not recognized.
Secondly, I have tried adding the following to my .bashrc file:
export LDLIBRARYPATH="/opt/intel/advisor_xe/lib64"
export DYLDLIBRARYPATH="/opt/intel/advisor_xe/lib64"
export MANPATH="/opt/intel/advisor_xe/man"
export PATH=/opt/intel/advisor_xe/bin64:$PATH
with the same results