diff --git a/src/Makefile b/src/Makefile index e685c03dfe..14b0d99096 100644 --- a/src/Makefile +++ b/src/Makefile @@ -31,7 +31,7 @@ USE_COARRAY = no ifeq ($(COMPILER),intel) F90 = ifort - F90FLAGS := -fpp -warn + F90FLAGS := -fpp -warn -assume byterecl LDFLAGS = endif