Hi!
I am attempting to use the Intel compiler on Ubuntu 14.04, using Geany as my editor. The following question is related to an earlier forum topic linked here. It talks about Geany not being able to use ifort. Even if the 'source-ing' command has been added to .bashrc, this problem persists. A solution given on an Ubuntu forum was to make a symbolic link to the 'ifort' file.
My question is, what file do I use to make this symbolic link? I can see lots of possiblilities:
/opt/intel/parallel_studio_xe_2016.1.056/compilers_and_libraries_2016/linux/bin/intel64/ifort
or
/opt/intel/compilers_and_libraries_2016.1.150/linux/bin/intel64/ifort
or
/opt/intel/compilers_and_libraries/linux/bin/intel64/ifort
I'm confused.