Changeset 5cbd51b in flexpart.git


Ignore:
Timestamp:
May 7, 2020, 3:26:15 PM (4 years ago)
Author:
pesei <petra.seibert at univie.ac.at>
Branches:
10.4.1_pesei, bugfixes+enhancements, release-10.4.1, scaling-bug
Children:
3405994
Parents:
fe118c0
Message:

Change makefile from grib_api to eccodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/makefile

    rfe118c0 r5cbd51b  
    1212#    so parallel make is possible ("make -j")
    1313#
    14 #    At NILU we have installed gcc-4.9.1 and libraries under
     14#    NILU has installed gcc-4.9.1 and libraries under
    1515#    user /homevip/flexpart ("ROOT_DIR"). You may adapt that
    1616#    for your needs; also set environment variable
     
    2020#    You have to comment them in or out according to your
    2121#    environment, or adapt them!
     22#    If you have a system with grib_api instead of eccodes
     23#    library, you will have comment in/out the corresponding 2 lines!
    2224#
    2325#    cpp directives USE_MPIINPLACE were added to three 
     
    118120
    119121## LIBRARIES
    120 LIBS = -lgrib_api_f90 -lgrib_api -lm -ljasper $(NCOPT)
     122#LIBS = -lgrib_api_f90 -lgrib_api -lm -ljasper $(NCOPT)
     123LIBS = -leccodes_f90 -leccodes -lm -ljasper $(NCOPT)
    121124
    122125FFLAGS   = -I$(INCPATH1) -I$(INCPATH2) -O$(O_LEV) -g -cpp -m64 -mcmodel=medium \
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG