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
No related branches found
No related tags found
No related merge requests found
calc_etadot_fast.out
\ No newline at end of file
...@@ -12,14 +12,15 @@ ...@@ -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 EMOSLIB=-lemosR64
LIB = $(GRIB_API_LIB) $(EMOSLIB) LIB = $(ECCODES_LIB) $(EMOSLIB)
GRIB_API_INCLUDE_DIR=/usr/include ECCODES_INCLUDE_DIR=/usr/local/include
INC = -I. -I$(GRIB_API_INCLUDE_DIR) INC = -I. -I$(ECCODES_INCLUDE_DIR)
FC = gfortran FC = gfortran
OPT = -O3 -march=native 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