Changeset da1b788 in flex_extract.git for Source/Fortran/makefile_fast


Ignore:
Timestamp:
Mar 6, 2020, 1:34:52 PM (4 years ago)
Author:
anphi <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
5868d74
Parents:
f7b9666 (diff), 4d68c4a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'feature/makefiles' into dev

Solved merge conflict in makefile_fast and corrected executable name and LIB var name to eccodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Fortran/makefile_fast

    rdeb7d17 rda1b788  
    77# SPDX-License-Identifier: GPL-2.0
    88#
    9 # Version for a machine with grib_api and emoslib installed on standard paths
    10 # full debugging
     9# Version for a machine with eccodes and emoslib installed on standard paths
     10# with optimisation
    1111#
    1212###############################################################################
    1313
    1414
    15 EXE      =  calc_etadot
     15EXE      =  calc_etadot_fast.out
    1616
    17 #GRIB_API_LIB=  -Bstatic -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper
    18 ECCODES_LIB= -L/usr/local/lib -leccodes_f90 -leccodes -lm
     17ECCODES_LIB =  -Bstatic -leccodes_f90 -leccodes -Bdynamic -lm -ljasper
    1918EMOSLIB=-lemosR64
    2019LIB =  $(ECCODES_LIB) $(EMOSLIB)
    2120
    22 ECCODES_INCLUDE_DIR=/usr/local/include
     21ECCODES_INCLUDE_DIR=/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15
    2322INC = -I. -I$(ECCODES_INCLUDE_DIR)
    2423
     
    4948
    5049clean:
    51         -rm -f $(OBJ) ${EXE} $(MOD)
     50        -rm -f $(OBJ) ${EXE} $(MOD) calc_etadot
    5251
    5352${EXE}: $(OBJ)
    5453        $(FC) $(OBJ) -o ${EXE}  $(LDFLAGS)
     54        ln -sf ${EXE} calc_etadot
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG