Changeset 3520ee6 in flex_extract.git for Source/Fortran/makefile_fast


Ignore:
Timestamp:
Jul 21, 2022, 2:39:50 PM (22 months ago)
Author:
Anne Tipka <anne.tipka@…>
Branches:
dev
Children:
75803eb
Parents:
4f24798
Message:

modified all makefiles for Fortran program to use new source files for fft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Fortran/makefile_fast

    r4f24798 r3520ee6  
    99# Version for a machine with eccodes and emoslib installed on standard paths
    1010# with optimisation
     11#
     12# 2022-07-21 Anne Tipka
     13#   Updated makefile to make use of the files for fft and get rid of emoslib
    1114#
    1215###############################################################################
     
    2730FFLAGS =   $(OPT) $(LIB) $(INC) -fdefault-real-8 -fopenmp -fconvert=big-endian
    2831LDFLAGS =  $(OPT) $(LIB) -fopenmp
    29 SRC = ./rwgrib2.f90 ./calc_etadot.f90 ./ftrafo.f90 ./grphreal.f90 ./posnam.f90 ./phgrreal.f90
    30 OBJ = rwgrib2.o calc_etadot.o ftrafo.o grphreal.o posnam.o phgrreal.o
     32SRC = ./rwgrib2.f90 ./calc_etadot.f90 ./ftrafo.f90 ./grphreal.f90 ./posnam.f90 ./phgrreal.f90 ./set99.f90 ./fft99.f90 ./qpassm.f90 ./rpassm.f90 ./jsppole.f90
     33OBJ = rwgrib2.o calc_etadot.o ftrafo.o grphreal.o posnam.o phgrreal.o set99.o fft99.o qpassm.o rpassm.o jsppole.o
    3134MOD = ftrafo.mod  grtoph.mod    phtogr.mod  rwgrib2.mod
    3235
     
    3538
    3639all: ${EXE}
     40jsppole.o: ./jsppole.f90
     41        $(FC)  $(FFLAGS)  -c    ./jsppole.f90
     42qpassm.o: ./qpassm.f90
     43        $(FC)  $(FFLAGS)  -c    ./qpassm.f90
     44rpassm.o: ./rpassm.f90
     45        $(FC)  $(FFLAGS)  -c    ./rpassm.f90
     46set99.o: ./set99.f90
     47        $(FC)  $(FFLAGS)  -c    ./set99.f90
     48fft99.o: ./fft99.f90
     49        $(FC)  $(FFLAGS)  -c    ./fft99.f90
    3750ftrafo.o: ./ftrafo.f90 phgrreal.o
    3851        $(FC)  $(FFLAGS)  -c    ./ftrafo.f90
    39 grphreal.o: ./grphreal.f90 phgrreal.o
     52grphreal.o: ./grphreal.f90 phgrreal.o fft99.o
    4053        $(FC)  $(FFLAGS)  -c    ./grphreal.f90
    41 phgrreal.o: ./phgrreal.f90
     54phgrreal.o: ./phgrreal.f90 fft99.o
    4255        $(FC)  $(FFLAGS)  -c    ./phgrreal.f90
    4356posnam.o: ./posnam.f90
    4457        $(FC)  $(FFLAGS)  -c    ./posnam.f90
    45 calc_etadot.o: ./calc_etadot.f90 phgrreal.o grphreal.o ftrafo.o rwgrib2.o
     58calc_etadot.o: ./calc_etadot.f90 phgrreal.o grphreal.o ftrafo.o rwgrib2.o jsppole.o set99.o
    4659        $(FC)  $(FFLAGS)  -c    ./calc_etadot.f90
    4760rwgrib2.o: ./rwgrib2.f90
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG