Correct double precision flags in default hosts file.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
8dcc4d95b7
commit
610762d263
@ -40,9 +40,7 @@ ifeq ($(SIGNALS),Y)
|
||||
FFLAGS += -DSIGNALS
|
||||
endif
|
||||
|
||||
ifeq ($(PREC),8)
|
||||
FFLAGS += -default-real-${PREC} -default-double-${PREC}
|
||||
endif
|
||||
FFLAGS += -default-real-8 -default-double-8
|
||||
|
||||
ifeq ($(MPI),Y)
|
||||
FFLAGS += -DMPI
|
||||
|
Loading…
x
Reference in New Issue
Block a user