Changeset 5783
- Timestamp:
- Jul 17, 2025, 11:51:46 AM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/verif_commit.sh
r5461 r5783 50 50 export PATH=$ncdfdir/bin:$PATH 51 51 52 echo 'Verification iso' >> ${TMP_OUT}/post-commit-lmdz-cq-${REV}_$$ 2>&1 52 53 cd $TMP_D 53 54 cd 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 55 57 ls bin/*iso* 56 58 retiso=$? … … 61 63 \rm -rf /tmp/lmdz/test_rev_${REV}_$$ 62 64 else 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}_$$ 66 fi 67 68 # Cleaning up 69 if [ ${RET} -eq 0 ] && [ ${ret1d} -eq 0 ] ; then 70 \rm -rf /tmp/lmdz/test_rev_${REV}_$$ 64 71 fi 65 72 #
Note: See TracChangeset
for help on using the changeset viewer.