I have a program that need to be installed with the "gfortran/ifort" compiler. I have a Mac OSX 10.6.8 (Snow Leopard). I know I have gcc installed, because I installed my self (from the gcc package inside the Xcode installer, so I did not have to install the whole xcode), also after typing in the terminal "which gcc" I get the directory.
I also installed gfortran from gnu and after typing in the terminal "which gfortran" I get the directory.
However, since I am learning in this process, I am not sure if when I installed the gfortran the "ifort" is also installed or I have to install it my self as well. How can I check if ifort is install? If it is not install, where can I get it from for Snow Leopard? Can it be installed if I installed the whole xcode and then the "command line tool"?