Changeset 9cd7c04 in flexpart.git for flexpart_code/makefile.general.gfortran


Ignore:
Timestamp:
Aug 31, 2016, 5:26:16 PM (8 years ago)
Author:
Don Morton <Don.Morton@…>
Branches:
FPv9.3.1, FPv9.3.2, fp9.3.1-20161214-nc4, grib2nc4_repair
Children:
29feaef
Parents:
dfb516e
Message:

Set up makefiles for gfortran and ifort, for general
FLEXPART and CTBTO FLEXPART.

The only difference between general and CTBTO is the -DCTBTO flag.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • flexpart_code/makefile.general.gfortran

    r496c607 r9cd7c04  
    66#### Uncomment this to activate performance timing
    77#DEFS = -DPERFTIMER -DCTBTO
    8 DEFS = -DPERFTIMER
     8#DEFS = -DPERFTIMER
     9# DEFS = -DCTBTO
     10DEFS =
    911#############################################
    1012
    1113FC       = gfortran
    12 INCPATH  = /opt/grib-api/include
    13 LIBPATH1 = /opt/grib-api/lib
     14
     15# devlan
     16INCPATH  = /dvl/atm/software/local/include
     17LIBPATH1 = /dvl/atm/software/usr/lib
    1418LIBPATH2 = /usr/lib/x86_64-linux-gnu
    15 FFLAGS   =   -O2 -m64 -mcmodel=medium -fcheck=all -fconvert=little-endian -frecord-marker=4 -I$(INCPATH)
     19
     20
     21# alaskawx
     22#INCPATH  = /opt/grib-api/include
     23#LIBPATH1 = /opt/grib-api/lib
     24#LIBPATH2 = /usr/lib/x86_64-linux-gnu
     25
     26FFLAGS   =   -O2 -m64 -mcmodel=medium -fconvert=little-endian -frecord-marker=4 -I$(INCPATH)
    1627
    1728LDFLAGS  = $(FFLAGS) -L$(LIBPATH2) -L$(LIBPATH1) -lgrib_api_f90 -lgrib_api -lm -ljasper
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG