home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / fortran / 4850 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!dkuug!aud.dk!aud2.aud.auc.dk!i6finn
  2. From: i6finn@aud2.aud.auc.dk
  3. Newsgroups: comp.lang.fortran
  4. Subject: Open/close decreases free memory ?
  5. Message-ID: <1992Dec29.165645.1@aud2.aud.auc.dk>
  6. Date: 29 Dec 92 15:56:45 GMT
  7. Sender: news@vaxc.aud.auc.dk (USENET News System)
  8. Organization: Aalborg University Center, Denmark
  9. Lines: 28
  10.  
  11. Subj: OPEN/CLOSE in Lahey-F77 decreases free memory.
  12.  
  13. I have a large program which I must execute in DOS with 640 Kb,
  14. so the program is divided into 3 exe-files (400 Kb each) which
  15. are called from a main program. All data-exchange is done using
  16. external files (disk).
  17.  
  18. Problem:
  19. Each time a file is opened/closed from within the main program
  20. 1-2 Kb memory less is free. When using mem /c from DOS I can see that
  21. it is the MAIN.EXE that increases in size. This means that data can
  22. only be exchanged a limited number of times.
  23.  
  24. What could be wrong ???  
  25.  
  26. Setup: Standard IBM-486 PC, DOS 5.0, Lahey-F77L ver. 4.0
  27.  
  28. Help and suggestions are appreciated.  Thanks in advance ...
  29.  
  30. Please respond using E-mail - it takes 5 days (min.) before NEWS
  31. gets to this site.
  32.  
  33. Finn M. Jensen
  34. Department of Building Technology and Structural Engineering
  35. Aalborg University     :    Phone: +45 98 15 85 22, Ext. 6649
  36. Sohngaardsholmsvej 57  :    Fax: +45 98 14 82 43
  37. DK-9000 Aalborg        :    E-mail: i6finn@aud.auc.dk
  38. Denmark, Europe       
  39.