Ignore:
Timestamp:
Dec 31, 2024, 12:29:57 PM (5 days ago)
Author:
fhourdin
Message:

Quality control improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/verif_commit.sh

    r4635 r5461  
    1111TMP_OUT=/u/lmdz/WWW/Distrib/OUT
    1212TMP_D=/tmp/lmdz/test_rev_${REV}_$$ ; mkdir -p $TMP_D
     13ncdfdir=/u/lmdz/Netcdf/lmdz-cq_20230902
    1314
    14 resolution=48x36x39 
     15resolution=48x36x39
    1516physiq=NPv6.0.14splith
    1617# Changed on 15/03/2023 r4473
     
    2223chmod +x install_lmdz.sh
    2324#./install_lmdz.sh -SCM -unstable -debug -d $resolution -r $REV -physiq $physiq > ${TMP_OUT}/post-commit-lmdz-cq-${REV}_$$ 2>&1
    24 ./install_lmdz.sh -SCM -unstable -debug -d $resolution -r $REV -netcdf /u/lmdz/Netcdf/lmdz-cq_gcc_8.3.0/ -rad oldrad -parallel mpi_omp  -physiq $physiq \
     25#./install_lmdz.sh -SCM -unstable -debug -d $resolution -r $REV -netcdf /u/lmdz/Netcdf/lmdz-cq_9.4.0_ubunutu20.04/ -rad oldrad -parallel mpi_omp  -physiq $physiq \
     26./install_lmdz.sh -SCM -unstable -debug -d $resolution -r $REV -netcdf $ncdfdir -rad oldrad -parallel mpi_omp  -benchphysiq $physiq \
     27                  -arch local-gfortran9-parallel -arch_dir /u/lmdz/WWW/Distrib/arch.local \
    2528                   > ${TMP_OUT}/post-commit-lmdz-cq-${REV}_$$ 2>&1
    2629#
     
    4043done
    4144# checking isotope compilation
     45if [[ -v LD_LIBRARY_PATH ]]; then
     46    echo "export LD_LIBRARY_PATH=$ncdfdir/lib:$LD_LIBRARY_PATH" >> icosalmdz.env
     47else
     48    echo "export LD_LIBRARY_PATH=$ncdfdir/lib" >> icosalmdz.env
     49fi
     50export PATH=$ncdfdir/bin:$PATH
     51
    4252cd $TMP_D
    4353cd LMDZ*${REV}*/modipsl/modeles/LMDZ/
     
    5060  echo "Cleaning up /tmp/lmdz/test_rev_${REV}_$$" >> ${TMP_OUT}/post-commit-lmdz-cq-${REV}_$$
    5161  \rm -rf /tmp/lmdz/test_rev_${REV}_$$
     62else
     63  echo "There is a problem. QC is run in this directory /tmp/lmdz/test_rev_${REV}_$$ on lmdz-cq"
    5264fi
    5365#
Note: See TracChangeset for help on using the changeset viewer.