Skip to content
Snippets Groups Projects
Commit deb7d175 authored by Anne Philipp's avatar Anne Philipp
Browse files

changed from gribapi to eccodes for local makefile

parent 4c953607
Branches
Tags
No related merge requests found
calc_etadot_fast.out
\ No newline at end of file
......@@ -12,14 +12,15 @@
###############################################################################
EXE = calc_etadot_fast.out
EXE = calc_etadot
GRIB_API_LIB= -Bstatic -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper
#GRIB_API_LIB= -Bstatic -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper
ECCODES_LIB= -L/usr/local/lib -leccodes_f90 -leccodes -lm
EMOSLIB=-lemosR64
LIB = $(GRIB_API_LIB) $(EMOSLIB)
LIB = $(ECCODES_LIB) $(EMOSLIB)
GRIB_API_INCLUDE_DIR=/usr/include
INC = -I. -I$(GRIB_API_INCLUDE_DIR)
ECCODES_INCLUDE_DIR=/usr/local/include
INC = -I. -I$(ECCODES_INCLUDE_DIR)
FC = gfortran
OPT = -O3 -march=native
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment