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

20000328: Garp and Nids



>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