Changeset c97d8ec in flex_extract.git for source/fortran/Makefile.gfortran


Ignore:
Timestamp:
Oct 12, 2018, 7:24:46 PM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
e585e1b
Parents:
0934db1
Message:

new compilation and adaptations on CONTROL files for CERA (NUMBER parameter has to be set to a number (0))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/fortran/Makefile.gfortran

    r7f89fb3 rc97d8ec  
    1313OPT     = -g
    1414DEBUG   = -g
    15 LIB     =  $(ECCODES_LIB) $(EMOSLIB)
     15LIB     =  $(GRIB_API_LIB) $(EMOSLIB) 
     16#$(ECCODES_LIB)
    1617
    1718FC=gfortran   -m64 -fdefault-real-8 -fcray-pointer -fno-second-underscore  -ffixed-line-length-132 -fopenmp  -fconvert=big-endian 
    1819F90C=gfortran   -m64 -fdefault-real-8 -fcray-pointer -fno-second-underscore  -ffixed-line-length-132 -fopenmp  -fconvert=big-endian
    1920
    20 FFLAGS =  $(OPT) -I. -I$(ECCODES_INCLUDE_DIR)
    21 F90FLAGS =  $(OPT) -I. -I$(ECCODES_INCLUDE_DIR)
     21FFLAGS =  $(OPT) -I. -I$(GRIB_API_INCLUDE_DIR) 
     22#-I$(ECCODES_INCLUDE_DIR)
     23F90FLAGS =  $(OPT) -I. -I$(GRIB_API_INCLUDE_DIR)
     24#-I$(ECCODES_INCLUDE_DIR)
    2225
    2326LDFLAGS =  $(OPT)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG