Changeset 5783


Ignore:
Timestamp:
Jul 17, 2025, 11:51:46 AM (4 days ago)
Author:
Laurent Fairhead
Message:

Cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/verif_commit.sh

    r5461 r5783  
    5050export PATH=$ncdfdir/bin:$PATH
    5151
     52echo 'Verification iso' >> ${TMP_OUT}/post-commit-lmdz-cq-${REV}_$$ 2>&1
    5253cd $TMP_D
    5354cd LMDZ*${REV}*/modipsl/modeles/LMDZ/
    54 ./makelmdz_fcm -debug -arch local -j 8 -rad rrtm -d $resolution -v false -p lmdiso -isotopes true -isoverif true gcm  > ./compile_iso.out 2>&1
     55#./makelmdz_fcm -debug -arch local -j 8 -rad rrtm -d $resolution -v false -p lmdiso -isotopes true -isoverif true gcm  > ./compile_iso.out 2>&1
     56./makelmdz_fcm -debug -arch local -j 8 -rad rrtm -d $resolution -v false -p lmdiso -isotopes true -isoverif true gcm  >> ${TMP_OUT}/post-commit-lmdz-cq-${REV}_$$ 2>&1
    5557ls bin/*iso*
    5658retiso=$?
     
    6163  \rm -rf /tmp/lmdz/test_rev_${REV}_$$
    6264else
    63   echo "There is a problem. QC is run in this directory /tmp/lmdz/test_rev_${REV}_$$ on lmdz-cq"
     65  echo "There is a problem. QC is run in this directory /tmp/lmdz/test_rev_${REV}_$$ on lmdz-cq" >> ${TMP_OUT}/post-commit-lmdz-cq-${REV}_$$
     66fi
     67
     68#  Cleaning up
     69if [ ${RET} -eq 0 ] && [ ${ret1d} -eq 0 ] ; then
     70  \rm -rf /tmp/lmdz/test_rev_${REV}_$$
    6471fi
    6572#
Note: See TracChangeset for help on using the changeset viewer.