mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
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:
parent
8551213d22
commit
0fc7491730
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ USE_COARRAY = no
|
|||
|
||||
ifeq ($(COMPILER),intel)
|
||||
F90 = ifort
|
||||
F90FLAGS := -fpp -warn
|
||||
F90FLAGS := -fpp -warn -assume byterecl
|
||||
LDFLAGS =
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue