Changeset 6941
- Timestamp:
- 01/05/11 10:17:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r6108 r6941 119 119 if [ "$ep" == "petsc" ] 120 120 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/* . 126 122 else 127 123 cp configs/$OS/* . … … 168 164 make distclean 169 165 sh scripts/automakererun.sh 170 sh configs/$OS/$OS.sh.petsc2 #use petsc2 for now171 #sh configs/$OS/$OS.sh.petsc3 #switch to petsc3 to debug166 #sh configs/$OS/$OS.sh.petsc2 #use petsc2 for now 167 sh configs/$OS/$OS.sh.petsc3 #switch to petsc3 to debug 172 168 173 169 #4: compile and install ISSM
Note:
See TracChangeset
for help on using the changeset viewer.