Changeset 8236
- Timestamp:
- 05/10/11 12:40:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r8181 r8236 117 117 do 118 118 cd $ep 119 if [ "$ep" == "petsc" ] 120 then 121 cp configs/3.1-p7/$MACHINE/* . 122 else 123 cp configs/$MACHINE/* . 124 fi 119 case $ep in 120 "petsc" ) cp configs/3.1-p7/$MACHINE/* . ;; 121 "mpich2" ) cp configs/1.3.1/$MACHINE/* . ;; 122 *) cp configs/$MACHINE/* . ;; 123 esac 125 124 ./install.sh $NUMCPUS_INSTALL 126 125 cd ..
Note:
See TracChangeset
for help on using the changeset viewer.