When I installed the Intel Cluster Studio XE 2013 evaluation version on my x86_64 linux CentOS workstation with Intel Sandy Bridge processors, the prerequisite check said that my linux operating system was unsupported. Does that mean that the Intel compiler, Intel MPI or Intel MKL libraries may not work properly after they are installed? I proceeded to install the software anyway.
I wanted to use the Intel MPI and Intel compiler ifort and MKL library to compile a code. But now when I try to use the Intel compiler from the installed directory in my makefile
F90 = /opt/intel/impi/4.1.0.024/intel64/bin/mpif90
I get the message: ifort: command not found
What file should F90= point to?


