Changeset 3270
- Timestamp:
- 03/12/10 09:15:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r3229 r3270 98 98 do 99 99 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 103 110 ./install.sh $NUMCPUS_INSTALL 104 111 cd .. … … 125 132 sh scripts/automakererun.sh 126 133 sh configs/$OS/$OS.sh.petsc2 #use petsc2 for now 134 #sh configs/$OS/$OS.sh.petsc3 #switch to petsc3 to debug 127 135 128 136 #4: compile and install ISSM
Note:
See TracChangeset
for help on using the changeset viewer.