Changeset 885
- Timestamp:
- 06/10/09 15:14:33 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r882 r885 62 62 63 63 #Launch matlab and the nightly run script 64 matlab -nodisplay > ./nightly .log << EOF64 matlab -nodisplay > ./nightlylong.log << EOF 65 65 startup 66 66 nightlyrun; 67 67 EOF 68 69 #removed unused lines to deal with a smaller file 70 cat nightlylong.log | grep 'difference: ' > nightly.log 71 rm nightlylong.log 68 72 69 73 #Build html report
Note:
See TracChangeset
for help on using the changeset viewer.