mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Change -cpp to -fpp for ifort.
This commit is contained in:
parent
3ff930be50
commit
a9f7723d95
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ endif
|
|||
|
||||
ifeq ($(COMPILER),intel)
|
||||
F90 = ifort
|
||||
F90FLAGS := -cpp -warn -assume byterecl -traceback
|
||||
F90FLAGS := -fpp -warn -assume byterecl -traceback
|
||||
LDFLAGS =
|
||||
|
||||
# Debugging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue