You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
302 B
19 lines
302 B
FC = gfortran
|
|
FFLAGS = -O
|
|
#FFLAGS = -Wall
|
|
|
|
DPKIND = kind(1d0)
|
|
#QPKIND = kind(1q0)
|
|
#DPKIND = selected_real_kind(15)
|
|
#QPKIND = 16
|
|
#DDTYPE = ddfun90
|
|
#DDTYPE = qdcpp
|
|
#QDTYPE = qdcpp
|
|
#MPTYPE = mpfun90
|
|
#MPTYPE = arprec
|
|
|
|
TLEVEL = no
|
|
CPPINTF = no
|
|
|
|
#DDF90MOD = ~/fortran/ddfun90/
|
|
#MPF90MOD = ~/fortran/mpfun90/
|