home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp / 10216 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.4 KB

  1. From: bobm@hpfcso.FC.HP.COM (Bob Montgomery)
  2. Date: Wed, 9 Sep 1992 23:21:44 GMT
  3. Subject: Re: compiler error
  4. Message-ID: <7371302@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!scd.hp.com!cupnews0.cup.hp.com!hppad.waterloo.hp.com!hppad!hpfcso!bobm
  7. Newsgroups: comp.sys.hp
  8. References: <1992Sep9.212643.16287@u.washington.edu>
  9. Lines: 25
  10.  
  11. In comp.sys.hp, davidb@zeus.ce.washington.edu (David W. Barts) writes:
  12.  
  13. > One of our users has been experiencing trouble compiling her Fortran
  14. > programs.  After many optimizer warnings of the form:
  15. >     Warning on line 2445 of run_stream.f: local variable foo never used
  16.  
  17.    These are just informative warnings.  They don't count against you :-)
  18.  
  19. > The compiler gives up the ghost:
  20. >     Compiler error line 2445 of run_stream.f: NCOLOR: OUT OF MEMORY: 
  21. >   GET_WBSET. (6284)
  22.  
  23. This sounds like the compiler process has run out of VM space.  It might
  24. require an increase in the kernel parameter maxdsiz, or more swap space,
  25. or both, depending on which limit was reached.  Maxdsiz is a system
  26. parameter that limits process data size.  I think it defaults to 64
  27. Mbytes on 8.07 700s.  The optimizer has been known to need more than
  28. that.  You'll need to have enough swap space to cover the data
  29. requirement as well (and you should have more than maxdsiz at the
  30. least).
  31.  
  32. Bob Montgomery, HP
  33.  
  34.