Invoking the Compiler from the Command Line with make

To run from the command line using Intel® C++ Compiler, make sure that /usr/bin is your path. If you use the C shell, you can edit your .cshrc file and add

setenv PATH  /usr/bin:<your path>

Then you can compile as

prompt>make -f your_makefile