2008-11-04 13:08:01 -06:00
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
#
|
2011-03-11 19:55:31 -03:00
|
|
|
# compilation, debugging and profiling flags:
|
2008-11-04 13:08:01 -06:00
|
|
|
#
|
2011-04-30 11:45:48 -03:00
|
|
|
# COMPILER - compiler brand; it is passed to the host file
|
|
|
|
# DEBUG - enable or disable debugging
|
|
|
|
# PROFILE - enable or disable profiling
|
|
|
|
# STATIC - enable or disable static linking
|
|
|
|
# SIGNALS - support for signals for proper shutdown with restart file
|
2008-12-08 15:31:35 -06:00
|
|
|
#
|
2011-04-29 00:51:28 -03:00
|
|
|
COMPILER = GNU
|
|
|
|
DEBUG = Y
|
2011-03-11 19:55:31 -03:00
|
|
|
PROFILE = N
|
2011-04-29 00:51:28 -03:00
|
|
|
STATIC = N
|
|
|
|
SIGNALS = N
|
2011-03-11 19:55:31 -03:00
|
|
|
|
|
|
|
# parallelization flags:
|
|
|
|
#
|
2011-04-30 11:45:48 -03:00
|
|
|
# MPI - enable or disable MPI parallelization
|
2011-03-11 19:55:31 -03:00
|
|
|
#
|
|
|
|
MPI = N
|
|
|
|
|
2011-03-26 13:31:52 -03:00
|
|
|
# output data format
|
|
|
|
#
|
2011-04-30 11:45:48 -03:00
|
|
|
# OUTPUT - the format of output data; so far only HDF5
|
2008-11-04 13:08:01 -06:00
|
|
|
#
|
2011-03-11 19:55:31 -03:00
|
|
|
OUTPUT = HDF5
|
2008-11-04 13:08:01 -06:00
|
|
|
|
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
#
|
2008-12-08 15:31:35 -06:00
|
|
|
# geometry:
|
2008-11-04 13:08:01 -06:00
|
|
|
#
|
2011-04-30 11:45:48 -03:00
|
|
|
# NDIMS - number of dimensions, currently 2 or 3 are supported
|
2008-11-04 13:08:01 -06:00
|
|
|
#
|
2011-03-11 19:55:31 -03:00
|
|
|
NDIMS = 2
|
2008-11-04 13:08:01 -06:00
|
|
|
|
|
|
|
#
|
|
|
|
#-------------------------------------------------------------------------------
|