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

ifort: command not found on mac OS

jurriaan_g_
Beginner
1,124 Views

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

0 Kudos
1 Reply
Lorri_M_Intel
Employee
1,124 Views

If, in fact, the name of the package was: m_ccomp_xe_2013.3.171.dmg, that would be the C/C++ compiler, not Fortran.

The Fortran name would begin with  "m_fcomp_xe_2013"

                   --Lorri

0 Kudos
Reply