home *** CD-ROM | disk | FTP | other *** search
- From: bobm@hpfcso.FC.HP.COM (Bob Montgomery)
- Date: Wed, 9 Sep 1992 23:21:44 GMT
- Subject: Re: compiler error
- Message-ID: <7371302@hpfcso.FC.HP.COM>
- Organization: Hewlett-Packard, Fort Collins, CO, USA
- 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
- Newsgroups: comp.sys.hp
- References: <1992Sep9.212643.16287@u.washington.edu>
- Lines: 25
-
- In comp.sys.hp, davidb@zeus.ce.washington.edu (David W. Barts) writes:
-
- > One of our users has been experiencing trouble compiling her Fortran
- > programs. After many optimizer warnings of the form:
- >
- > Warning on line 2445 of run_stream.f: local variable foo never used
-
- These are just informative warnings. They don't count against you :-)
-
- > The compiler gives up the ghost:
- >
- > Compiler error line 2445 of run_stream.f: NCOLOR: OUT OF MEMORY:
- > GET_WBSET. (6284)
-
- This sounds like the compiler process has run out of VM space. It might
- require an increase in the kernel parameter maxdsiz, or more swap space,
- or both, depending on which limit was reached. Maxdsiz is a system
- parameter that limits process data size. I think it defaults to 64
- Mbytes on 8.07 700s. The optimizer has been known to need more than
- that. You'll need to have enough swap space to cover the data
- requirement as well (and you should have more than maxdsiz at the
- least).
-
- Bob Montgomery, HP
-
-