Changeset 6431a70 in flex_extract.git


Ignore:
Timestamp:
Jul 29, 2019, 10:18:59 AM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
c2cfaa4
Parents:
c49aa73
Message:

changed from debug to optimized mode

Location:
source/fortran
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • source/fortran/Makefile.gfortran

    r1244a7b r6431a70  
    1111           .s .s~ .sh .sh~ .h .h~ .C .C~ .a
    1212
    13 OPT     = -g
     13OPT     = -O3
    1414DEBUG   = -g
    1515LIB     =  $(ECCODES_LIB) $(EMOSLIB)   
  • source/fortran/Makefile.local.gfortran

    r1244a7b r6431a70  
    1515GRIB_API_LIB= -L/usr/local/gcc-4.9.3/grib_api-1.14.3/lib -Bstatic  -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic  -lm  -ljasper
    1616
    17 #GRIB_API_INCLUDE_DIR=/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/include
    18 #GRIB_API_LIB=-L/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/lib -Bstatic -leccodes_f90  -leccodes -Bdynamic -lm -ljasper -openmp
    19 
    20 
    2117EMOSLIB=-lemosR64
    2218
    23 OPT     = -g -O3 -fopenmp
    24 DEBUG   = -g
     19OPT     = -O3 -fopenmp
     20DEBUG   = -O3
    2521LIB     =  $(GRIB_API_LIB) $(EMOSLIB)
    2622
  • source/fortran/Makefile.local.ifort

    r1244a7b r6431a70  
    1111           .s .s~ .sh .sh~ .h .h~ .C .C~ .a
    1212
    13 #GRIB_API_INCLUDE_DIR=/home/srvx1/tmc/TestEnv/Libraries/grib_api-1.25.0_ifort/include
    14 #GRIB_API_LIB=-L/home/srvx1/tmc/TestEnv/Libraries/grib_api-1.25.0_ifort/lib  -Bstatic  -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic  -lm  -ljasper -qopenmp
     13GRIB_API_INCLUDE_DIR=/usr/local/include
     14GRIB_API_LIB= -L/usr/local/lib -leccodes_f90  -leccodes -lm  -ljasper
    1515
    1616
    17 #GRIB_API_INCLUDE_DIR=/usr/local/ifort/grib1.12.3//include
    18 #GRIB_API_LIBS=-openmp -L/usr/local/ifort/grib1.12.3/lib -Bstatic  -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic  -lm  -ljasper
    19            
    20            
    21 GRIB_API_INCLUDE_DIR=/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/include
    22 GRIB_API_LIB= -L/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/lib -Bstatic  -leccodes_f90  -leccodes -Bdynamic  -lm  -ljasper
    23 
    2417OPT     = -g -O3 -mcmodel=medium -unroll -inline -heap-arrays 32
    25 DEBUG   = -g
     18DEBUG   = ''
    2619LIB     =  $(GRIB_API_LIB) -lemosR64 -lgfortran
    2720
     
    3629BINDIR  =      .
    3730
    38 EXE     =      CONVERT2
     31EXE     =      CONVERT2.s8.ifort
    3932
    4033
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG