Changeset 4079 for BOL


Ignore:
Timestamp:
Feb 17, 2022, 12:53:59 PM (2 years ago)
Author:
Laurent Fairhead
Message:

Added the "just check" option to the help section
Wrong restart was checked in the iso test case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/check_version.sh

    r3971 r4079  
    4646version_ref is the version to be compared with.
    4747Default "latest".
    48 enfo
     48options:
     49  -c sets the compiler to use
     50  -j just check results, do not overwrite anything 0/1
    4951fin
    5052          exit;;
     
    229231#########################################################################
    230232   cd ..
    231    ./makelmdz_fcm  -arch local -j 8 -rrtm true  -d 48x36x39 -v false -p lmdiso -isotopes true -isoverif true gcm
     233   ./makelmdz_fcm  -arch local -j 8 -rrtm true  -d 48x36x39 -v false -p lmdiso -isotopes true -isoverif true -debug gcm
    232234   if [ -f ./bin/gcm_48x36x39_phylmdiso_seq_iso_isoverif.e ] ; then
    233235          cd $BENCH
     
    247249          if [ -f ISO/restartphy.nc ] ; then
    248250              if [ $justcheck = 0 ] ; then
    249                   cp SIMD/restart.nc $resubench/$BENCH/restart$suf.nc
     251                  cp ISO/restart.nc $resubench/$BENCH/restart$suf.nc
    250252              fi
    251               cmp -s SIMD/restart.nc $latest/$BENCH/restart$suf.nc
     253              cmp -s ISO/restart.nc $latest/$BENCH/restart$suf.nc
    252254              if [ $? = 0 ] ; then convergeI=I ; else convergeI=i ; fi
    253255          else
    254               convergeI=-
     256              # compiled but failed the isoverif test
     257              convergeI=x
    255258          fi
    256259   else
Note: See TracChangeset for help on using the changeset viewer.