Changeset 1075
- Timestamp:
- 06/24/09 10:21:09 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r1071 r1075 10 10 11 11 #create ISSM variables 12 OLDISSM_DIR=$ISSM_DIR;13 12 export ISSM_DIR="/u/wilkes-r1b/morlighe/svn/issm/trunk/cron/trunk" 14 13 ISSM_RELEASE="issm"; … … 33 32 cd externalpackages 34 33 cd mpich2 35 sh install.sh34 sh install.sh 36 35 cd ../petsc 37 sh install.sh 36 cp configs/wilkes/configure.sh . 37 sh install.sh 38 38 cd ../metis 39 sh install.sh39 sh install.sh 40 40 cd ../triangle 41 sh install.sh41 sh install.sh 42 42 cd $ISSM_DIR 43 43
Note:
See TracChangeset
for help on using the changeset viewer.