Changeset 3270


Ignore:
Timestamp:
03/12/10 09:15:55 (15 years ago)
Author:
seroussi
Message:

cleaned nightlyrun for petsc2/petsc3

File:
1 edited

Legend:

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

    r3229 r3270  
    9898                do
    9999                        cd $ep
    100                         cp configs/$OS/* .
    101                         #For Petsc (2.3 for now)
    102                         cp configs/2.3.2/$OS/* . 
     100                        if [ "$ep" == "petsc" ]
     101                        then
     102                                #For Petsc (2.3 for now)
     103                                cp configs/2.3.2-p3/$OS/* .
     104                                #cp configs/3.0.0-p11/$OS/* .
     105                                #cat install.sh | sed -e "s/version='2.3.2-p3'/version='3.0.0-p11'/g" > temp.sh
     106                                #mv temp.sh install.sh
     107                        else
     108                                cp configs/$OS/* .
     109                        fi
    103110                        ./install.sh $NUMCPUS_INSTALL
    104111                        cd ..
     
    125132        sh scripts/automakererun.sh
    126133        sh configs/$OS/$OS.sh.petsc2 #use petsc2 for now
     134        #sh configs/$OS/$OS.sh.petsc3 #switch to petsc3 to debug
    127135
    128136        #4: compile and install ISSM
Note: See TracChangeset for help on using the changeset viewer.