Make.default: Turn off HDF5 by default.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2020-04-28 14:10:30 -03:00
parent 9f2f07ba42
commit 4f9c5015d4

View File

@ -20,11 +20,10 @@ SIGNALS = N
#
MPI = N
# output data format
# OUTPUT - the format of the alternative data output;
# supported alternative formats: HDF5
#
# OUTPUT - the format of output data; so far only HDF5
#
OUTPUT = HDF5
OUTPUT =
#-------------------------------------------------------------------------------
#
@ -39,4 +38,4 @@ NDIMS = 2
#
# path for temporary files during compilation (uncomment if you wish to use it)
#
#OBJSDIR := /tmp/${USER}/amun-code/objects
#OBJSDIR := /tmp/${USER}/amun-code/objects