This commit is contained in:
Hongjian
2020-04-19 07:52:07 -04:00
parent 9aead30bf2
commit b657c68d28
4 changed files with 19 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
CMD = DSurfTomo
FC = gfortran
FFLAGS = -O3 -ffixed-line-length-none -ffloat-store\
FFLAGS = -O -ffixed-line-length-none -ffloat-store\
-fbounds-check -m64 -mcmodel=medium
F90SRCS = lsmrDataModule.f90 lsmrblasInterface.f90\
lsmrblas.f90 lsmrModule.f90 delsph.f90\