Changeset d2d6cf9 in flex_extract.git


Ignore:
Timestamp:
Jun 25, 2020, 2:48:58 PM (4 years ago)
Author:
Petra Seibert <petra.seibert [at) univie.ac.at>
Branches:
master, ctbto, dev
Children:
d90a529
Parents:
2c3c135
Message:

remove jasper from makefiles, correct Fortran regression test scripts

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Source/Fortran/makefile_debug

    r5868d74 rd2d6cf9  
    1515EXE      =  calc_etadot_debug.out
    1616
    17 ECCODES_LIB=  -Bstatic -leccodes_f90 -leccodes -Bdynamic -lm -ljasper
     17ECCODES_LIB=  -Bstatic -leccodes_f90 -leccodes -Bdynamic -lm
    1818EMOSLIB=-lemosR64
    1919LIB =  $(ECCODES_LIB) $(EMOSLIB)
  • Source/Fortran/makefile_fast

    r5f67883 rd2d6cf9  
    1515EXE      =  calc_etadot_fast.out
    1616
    17 ECCODES_LIB =  -Bstatic -leccodes_f90 -leccodes -Bdynamic -lm -ljasper
     17ECCODES_LIB =  -Bstatic -leccodes_f90 -leccodes -Bdynamic -lm
    1818EMOSLIB=-lemosR64
    1919LIB =  $(ECCODES_LIB) $(EMOSLIB)
  • Testing/Regression/FortranEtadot/run_ref.sh

    r6bc4b42 rd2d6cf9  
    1919# loop over all reference runs
    2020rm -f log.run_ref
     21rm -f Work/*
    2122
    2223if [ "$1" = omithigh ]; then # for fast testing, not for production
  • Testing/Regression/FortranEtadot/run_regrtest.sh

    rdfa7dbd rd2d6cf9  
    3232for ref in $inputs; do
    3333
    34   echo 'Working on test case =' $ref
     34  echo 'Working on test case =' $ref | tee -a ../log.run_regr
    3535
    3636  # loop over debug and fast runs
     
    6262        # omega case also produces fort.25 - need to add this
    6363        outref='../Outputs/Output_ref_'${ref}'_'${exe}'/'$outfile
    64         test=$(cmp  $outfile $outref)
    65         if $test; then
     64        if cmp -s $outfile $outref >/dev/null; then
    6665          echo '    '$outfile '    test passed' | tee -a ../log.run_regr
    6766        else
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG