Changeset 1739
- Timestamp:
- 08/18/09 07:22:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/nightlyrun.sh
r1725 r1739 140 140 141 141 #Launch matlab and the nightly run script 142 mktemp matlaberror.log 142 143 cat > matlab_run.m << EOF 143 144 startup … … 147 148 catch me, 148 149 %An error occured, get report and exit 149 getreport(me) 150 message=getReport(me) 151 fid=fopen('matlaberror.log', 'wt'); 152 fprintf(fid,'%s',message); 150 153 end 151 154 exit
Note:
See TracChangeset
for help on using the changeset viewer.