1 #--------------------------------------------------------------------------
5 # Which compiler to use
6 # CC is the compiler for the serial code
7 # PARCC is the compiter for the parallel code
11 # What optimization level to use
14 # What options to be used by the compiler
21 # What options to be used by the loader
24 # Where to put the executable
27 # Additional libraries
28 DMALLOCDIR
= /usr
/local
29 IMLIBDIR
= ..
/..
/MGridGen
/IMlib
31 # Include directories for the compiler
32 INCDIR
= -I
$(MPI_ROOTDIR
)/include -I
$(EXTRA_SYSTEM_HOME
)/include
34 # In which directories to look for any additional libraries
41 # What additional libraries to link the programs with (eg., -lmpi)
43 PARLIBS
= -lparmgrid
-lmgrid
-lmpi
-lm
46 # What archiving to use
49 # What to use for indexing the archive
53 #--------------------------------------------------------------------------
55 # Do not change any of the following
59 #*************************************************************************
61 #*************************************************************************