Ignore:
Timestamp:
Oct 26, 2011, 7:21:08 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: minor changes in scripts following tests on new machines and tests with g95 and gfortran. problems reported in NOTES.txt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/arch/configure.defaults

    r11 r331  
    1071810718FCOPTIM         =       -O2 # -fast
    1071910719FCDEBUG         =       #-g -O0
    10720 FCBASEOPTS      =       -Wno=101,139,155,158 -fno-second-underscore -fendian=big -ffree-form $(FCDEBUG) # -Mlfs
     10720FCBASEOPTS      =       -Wno=101,139,155,158 -fno-second-underscore -fendian=big -ffree-form -ffree-line-length-huge $(FCDEBUG) # -DF2CSTYLE # -Mlfs
    1072110721FCFLAGS         =       $(FCOPTIM) $(FCBASEOPTS)
    1072210722ARCHFLAGS       =       -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=$(RWORDSIZE) -DLWORDSIZE=4 \
    1072310723                         CONFIGURE_NETCDF_FLAG -DGRIB1 CONFIGURE_GRIB2_FLAG \
    10724                         -DLIMIT_ARGS -DG95
     10724                        -DLIMIT_ARGS -DG95 #-DF2CSTYLE -DNONSTANDARD_SYSTEM_SUBR
    1072510725# machine-specific flags needed to link in ESMF library (C++ run-time-library, etc.)
    1072610726ESMF_LIB_FLAGS  =       
Note: See TracChangeset for help on using the changeset viewer.