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

Re: [ccp4bb]: too many batches



***  For details on how to be removed from this list visit the  ***
***          CCP4 home page http://www.ccp4.ac.uk         ***



In CLIBS/symlib.f there is a variable which is now 5003

C     .. Parameter (table size: MUST BE A PRIME NUMBER)
      INTEGER KPRI
      PARAMETER (KPRI=5003)

you must be using an older version to get 1999

change 1999 to 5003 as above (

Phil



Cheng Yang writes:
 > Hi everyone
 > 
 >     I divided the large data into two data set. Each has less 5000
 > batches, but Scala failed with such error message.
 > 
 >      **** Error in SETUP: overflowed hash table, size     1999
 > <B><FONT COLOR="#FF0000"><!--SUMMARY_BEGIN-->
 >  Scala:  *** Filled hash table in SETUP ***
 >  Times: User:       0.1s System:    0.0s Elapsed:    0:00
 > 
 >    what may cause the harsh table overfolw and how can I deal with it?
 > 
 >   Thanks
 > 
 >   Cheng
 >