Skip to main content

more options


Makefiles

Our system has the usual support for makefiles.

Our system has the usual support for makefiles.  You should be able to use makefiles that you have created and used on other systems.  If your makefile comes with a configure script, you should run that before invoking the makefile.

The only additional steps that you might need to take are to set makefile variables, such as CC, to invoke an Intel compiler. If you call the Intel setup script before invoking make, you should need to do no more than to set CC=icc or FC=ifort.