Changeset 8236


Ignore:
Timestamp:
05/10/11 12:40:06 (14 years ago)
Author:
Mathieu Morlighem
Message:

Use mpich2 1.3.1 in nightly runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/cron/nightlyrun.sh

    r8181 r8236  
    117117        do
    118118                cd $ep
    119                 if [ "$ep" == "petsc" ]
    120                 then
    121                         cp configs/3.1-p7/$MACHINE/* .
    122                 else
    123                         cp configs/$MACHINE/* .
    124                 fi
     119                case $ep in
     120                        "petsc" )  cp configs/3.1-p7/$MACHINE/* .  ;;
     121                        "mpich2" ) cp configs/1.3.1/$MACHINE/*  .  ;;
     122                        *)         cp configs/$MACHINE/* .         ;;
     123                esac
    125124                ./install.sh $NUMCPUS_INSTALL
    126125                cd ..
Note: See TracChangeset for help on using the changeset viewer.