Running from the Command Line with make

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

setenv PATH  /usr/bin:/usr/local/bin:<your path>

Then you can compile as

prompt>make -f your_makefile