File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919SOLVER := $(shell basename $(CURDIR ) )
2020# Define the Fortran standard to follow. We aim to make the code compatible with F2008 and above.
2121# Make sure that your compiler supports the selected standard.
22- FS ?= 08 # Set FS if it does not have a value.
22+ FS ?= 18 # Set FS if it does not have a value.
2323FSTD := 20$(FS )
2424# Default options for all the compilers.
2525FFLAGS := -O -g
Original file line number Diff line number Diff line change 1919SOLVER := $(shell basename $(CURDIR ) )
2020# Define the Fortran standard to follow. We aim to make the code compatible with F2008 and above.
2121# Make sure that your compiler supports the selected standard.
22- FS ?= 08 # Set FS if it does not have a value.
22+ FS ?= 18 # Set FS if it does not have a value.
2323FSTD := 20$(FS )
2424# Default options for all the compilers.
2525FFLAGS := -O -g
Original file line number Diff line number Diff line change 1919SOLVER := $(shell basename $(CURDIR ) )
2020# Define the Fortran standard to follow. We aim to make the code compatible with F2008 and above.
2121# Make sure that your compiler supports the selected standard.
22- FS ?= 08 # Set FS if it does not have a value.
22+ FS ?= 18 # Set FS if it does not have a value.
2323FSTD := 20$(FS )
2424# Default options for all the compilers.
2525FFLAGS := -O -g
Original file line number Diff line number Diff line change 1919SOLVER := $(shell basename $(CURDIR ) )
2020# Define the Fortran standard to follow. We aim to make the code compatible with F2008 and above.
2121# Make sure that your compiler supports the selected standard.
22- FS ?= 08 # Set FS if it does not have a value.
22+ FS ?= 18 # Set FS if it does not have a value.
2323FSTD := 20$(FS )
2424# Default options for all the compilers.
2525FFLAGS := -O -g
Original file line number Diff line number Diff line change 1919SOLVER := $(shell basename $(CURDIR ) )
2020# Define the Fortran standard to follow. We aim to make the code compatible with F2008 and above.
2121# Make sure that your compiler supports the selected standard.
22- FS ?= 08 # Set FS if it does not have a value.
22+ FS ?= 18 # Set FS if it does not have a value.
2323FSTD := 20$(FS )
2424# Default options for all the compilers.
2525FFLAGS := -O -g
You can’t perform that action at this time.
0 commit comments