LS
I recenty donwloaded and installed Intel® Fortran Compiler XE 13.1 (mccomp_xe_2013.3.171.dmg) on mac OS 10.8.4.
As suggested by the user and reference guide, I first:
source /opt/intel/composer_xe_2013.3.171/bin/compilervars.sh ia32
and then I should be able to use ifort on the command line of Terminal.
However when I type: "ifort" in Terminal, I keep seeing:
-bash: ifort: command not found
( I also tried using the other suggested oprioin, without any luck though: source /opt/intel/composer_xe_2013.3.171/bin/compilervars.sh intel64 )
Any help would be highly appreciated!
Thanks in advance
Jurriaan