home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 22000 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.9 KB

  1. Path: sparky!uunet!tcsi.com!iat.holonet.net!news.cerf.net!usc!howland.reston.ans.net!paladin.american.edu!gatech!uflorida!winnie!zach.fit.edu!karin
  2. From: karin@zach.fit.edu (Karin Nicholson)
  3. Newsgroups: comp.os.vms
  4. Subject: MEMFUL on large arrays
  5. Summary: comp.os.vms
  6. Message-ID: <4582@winnie.fit.edu>
  7. Date: 26 Jan 93 17:09:35 GMT
  8. Sender: usenet@winnie.fit.edu
  9. Followup-To: karin@zach.fit.edu
  10. Distribution: usa
  11. Organization: Florida Institute of Technology, Melbourne USA
  12. Lines: 36
  13.  
  14. Howdy fellow netter,
  15.  
  16. I have a friend who wants to run a program that has large arrays. He hasn't
  17. been able to get beyond linking the darn thing.  His declaration section
  18. reads as follows:
  19.  
  20.      COMMON X(2400,2400),A1(2400,2400),A2(2400,2400),WT(5,2400),
  21.      & XT(2400,2400),D(2400),XMEAN(2400),SUM(2400),SD(2400),DT(2400)
  22.       CHARACTER*15 IN(12),OUT1,OUT2
  23.  
  24. When he tries to link, he gets the following messages:
  25.  
  26. %LINK-E-MEMFUL, insufficient virtual address space to complete this link
  27. -LINK-E-NOIMGFIL, image file not created
  28.  
  29. When I looked in the HELP on ERRORS subtopic MEMFUL, I found the following:
  30.  
  31.        Explanation: Your virtual address space is not large enough to
  32.        complete the link.
  33.  
  34.        User Action: Either increase the virtual address space available
  35.        or decrease the size of the image. You can decrease the size of
  36.        the image by (1)  using shareable images or by (2) encouraging
  37.        demand-zero compression if the image contains large data arrays.
  38.  
  39. I'd like to know where in the grey wall I can find out more information about
  40. demand-zero compression.  I have looked in a couple of places, but came up
  41. empty-handed.
  42.  
  43. Any help would be appreciated.
  44.  
  45. -- 
  46.  
  47.  .-.|     |    |     | |    /------------------\   Karin Nicholson
  48.  |  |-..-.|/.-.|-..-.|*|/  < karin@zach.fit.edu >  VAX Sys Mgr @ Florida Tech 
  49.  `-'| |`-'|\`-'| |`-'|||\   \------------------/   Florida Space Coast LUG Chair
  50.