[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20000329: children.h MAXBUTTONS



Looks like I'll probably have to up the MAXBUTTONS parameter for
sites that start getting the full set of NIDS sites. Come October,
when NIDS are freely available, more sites will probably hit
the current 100 limit. 

Chiz





From address@hidden  Tue Mar 28 17:18:59 2000
        by unidata.ucar.edu (8.8.8/8.8.8) with ESMTP id RAA21175
        for <address@hidden>; Tue, 28 Mar 2000 17:18:58 -0700 (MST)
        for <address@hidden>; Tue, 28 Mar 2000 18:18:56 -0600 (CST)
X-Authentication-Warning: lorenz.metr.ou.edu: laufers owned process doing -bs
Date: Tue, 28 Mar 2000 18:18:55 -0600 (CST)
From: "Mark J. Laufersweiler" <address@hidden>
X-Sender: address@hidden
To: Unidata Support <address@hidden>
Subject: Re: 20000328: Garp and Nids
In-Reply-To: <address@hidden>
Message-ID: <address@hidden>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Thanks Chiz, 

That line fix seems to have done the trick. You might want to
include that in the next release in readiness for when the Nids
contract expires and all sites become available.

mjl

On Tue, 28 Mar 2000, Unidata Support wrote:

> >From: "Mark J. Laufersweiler" <address@hidden>
> >Organization: .
> >Keywords: 200003282305.QAA15083
> 
> >Hey, I get to be the first. 
> >
> >My NIDS source (OCS) has just gone full bore and is turning on all
> >the NIDS sites for their archive. It appears that when they reached
> >some critical number (my guess is 128)  GARP craps out with a
> >segmentation fault.
> >
> >I have tested this by going to a smaller subset of stations and GARP
> >works fine. A line or two of code changes and a re-compile are in
> >order is my guess. I will need help in finding those lines.
> >
> >I am guessing that right now this is not really a
> >problem for most schools and users, but when NIDS gets to be free,
> >more and more sites will turn it all on. 
> >
> >Thanks in advance.
> >
> >mjl
> >
> >
> >-- 
> >---------------------------------------------------------------------
> >  Dr. Mark J. Laufersweiler     |      
> >  School of Meteorology         | If "con" is the opposite of "pro,"
> >  University of Oklahoma        |   then what is the opposite of
> >  address@hidden                |             progress?
> >  (405) 325-6032                |   
> >  (405) 325-7689  (fax)         |
> >
> 
> 
> Mark,
> 
> Looks like the major limit you will hit is the $GARPHOME/include/children.h
> MAXBUTTONS limit which is defined as 100 in that file. You probably need
> to up this to 150 to 200. 
> 
> After changing this, 
> 
> cd $GARPHOME
> make clean
> make all
> make install
> 
> See if that clears up your problem (you might just be lucking out up to 128 
> until
> you really start crashing over the array boundary. They appear to check this 
> limit
> in the number of times presented...but may be missing the number of site 
> buttons.
> 
> Let me know what you find.
> 
> Steve Chiswell
> 
> 

-- 
---------------------------------------------------------------------
  Dr. Mark J. Laufersweiler     |      
  School of Meteorology         | If "con" is the opposite of "pro,"
  University of Oklahoma        |   then what is the opposite of
  address@hidden                |             progress?
  (405) 325-6032                |   
  (405) 325-7689  (fax)         |