Changed behavior of Intel compiler to assume bytes for record length. gfortran and ifort thus have same behavior for reading binary files.

This commit is contained in:
Paul Romano 2011-11-20 17:33:15 -05:00
parent 8551213d22
commit 0fc7491730

View file

@ -31,7 +31,7 @@ USE_COARRAY = no
ifeq ($(COMPILER),intel)
F90 = ifort
F90FLAGS := -fpp -warn
F90FLAGS := -fpp -warn -assume byterecl
LDFLAGS =
endif