Changeset 1775
- Timestamp:
- 08/19/09 07:07:45 (15 years ago)
- Location:
- issm/trunk/cron
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/configs/linux64_morlighem
r1613 r1775 33 33 34 34 #packages to be run 35 PACKAGES="{'macayeal','ice','cielo_serial','cielo_parallel'}" 35 #PACKAGES="{'macayeal','ice','cielo_serial','cielo_parallel'}" 36 PACKAGES="{'macayeal','cielo_serial','cielo_parallel'}" -
issm/trunk/cron/nightlyrun.sh
r1739 r1775 150 150 message=getReport(me) 151 151 fid=fopen('matlaberror.log', 'wt'); 152 fprintf(fid,'%s',message); 152 fprintf(fid,'Matlab error occured in: %s\n',pwd); 153 fprintf(fid,'%s',message); 154 fclose(fid); 153 155 end 154 156 exit
Note:
See TracChangeset
for help on using the changeset viewer.