Changeset 1075


Ignore:
Timestamp:
06/24/09 10:21:09 (16 years ago)
Author:
Mathieu Morlighem
Message:

fixed petsc compilation

File:
1 edited

Legend:

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

    r1071 r1075  
    1010
    1111#create ISSM variables
    12 OLDISSM_DIR=$ISSM_DIR;
    1312export ISSM_DIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/cron/trunk"
    1413ISSM_RELEASE="issm";
     
    3332cd externalpackages
    3433cd mpich2
    35 sh install.sh
     34        sh install.sh
    3635cd ../petsc
    37 sh install.sh
     36        cp configs/wilkes/configure.sh .
     37        sh install.sh
    3838cd ../metis
    39 sh install.sh
     39        sh install.sh
    4040cd ../triangle
    41 sh install.sh
     41        sh install.sh
    4242cd $ISSM_DIR
    4343
Note: See TracChangeset for help on using the changeset viewer.