Changeset 6941


Ignore:
Timestamp:
01/05/11 10:17:45 (14 years ago)
Author:
Mathieu Morlighem
Message:

use 3.1-p7 version of petsc in NR

File:
1 edited

Legend:

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

    r6108 r6941  
    119119                if [ "$ep" == "petsc" ]
    120120                then
    121                         #For Petsc (2.3 for now)
    122                         cp configs/2.3.2-p3/$OS/* .
    123                         #cp configs/3.0.0-p11/$OS/* .
    124                         #cat install.sh | sed -e "s/version='2.3.2-p3'/version='3.0.0-p11'/g" > temp.sh
    125                         #mv temp.sh install.sh
     121                        cp configs/3.1-p7/$OS/* .
    126122                else
    127123                        cp configs/$OS/* .
     
    168164        make distclean
    169165        sh scripts/automakererun.sh
    170         sh configs/$OS/$OS.sh.petsc2 #use petsc2 for now
    171         #sh configs/$OS/$OS.sh.petsc3 #switch to petsc3 to debug
     166        #sh configs/$OS/$OS.sh.petsc2 #use petsc2 for now
     167        sh configs/$OS/$OS.sh.petsc3 #switch to petsc3 to debug
    172168
    173169        #4: compile and install ISSM
Note: See TracChangeset for help on using the changeset viewer.