source: issm/oecreview/Archive/11025-11228/ISSM-11107-11108.diff@ 11232

Last change on this file since 11232 was 11232, checked in by Eric.Larour, 13 years ago

Archiving changes from 11025 to 11228

File size: 837 bytes
  • proj/ice/larour/issm-uci-clean/trunk-jpl/cron/nightlyrun.sh

     
    117117        do
    118118                cd $ep
    119119                case $ep in
    120                         "petsc" )  cp configs/3.2/$MACHINE/* .     ;;
    121                         "mpich2" ) cp configs/1.0.2/$MACHINE/*  .  ;;
    122                         *)         cp configs/$MACHINE/* .         ;;
     120                        "mpich2" )   ./install-1.0.2-linux64.sh ;;
     121                        "petsc" )    ./install-3.2-linux64.sh   ;;
     122                        "metis" )    ./install-4.0-linux64.sh ;;
     123                        "triangle" ) ./install-linux64.sh ;;
     124                        "dakota" )   ./install-linux64-astrid.sh ;;
     125                        *)           ./install.sh $NUMCPUS_INSTALL
    123126                esac
    124                 ./install.sh $NUMCPUS_INSTALL
    125127                cd ..
    126128        done
    127129
Note: See TracBrowser for help on using the repository browser.