Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!tut!uta!majamu From: majamu@uta.fi (Jari Multisilta) Newsgroups: comp.lang.fortran Subject: Re:Mac II Fortran compilers Message-ID: <1238@kielo.uta.fi> Date: 6 May 90 17:37:57 GMT Reply-To: majamu@uta.fi (Jari Multisilta) Organization: University of Tampere, Finland Lines: 14 I have used Language Systems Fortran for developing a numerical software and my system files have never got corrupted. Somebody wrote that he had that kind of problems. Instead, I have realized that the stack size must be adjusted when developing programs with LSF (for example using !!STACK compiler option). A week ago I wrote about reading MATLAB files with LSF 2.0. The problem was that I could not read MATLAB mat-files using the code what worked well with LSF 1.2.1. Well, there is a new option in OPEN statement called RECORDTYPE. It should be STREAM (by default it is something else). Using this option my code worked again. Jari Multisilta Tampere University, Finland