Friday 10 June 2011

Lots of frames? Then things to recompile

In $CPROG/scala_/parameter.fh reset parameter maxbat to (say) 15000

integer maxbat
parameter (maxbat=15000)

Likewise in $CPROG/reindex.f

integer mbatch, mcols
parameter (mbatch=15000, mcols=500)

There could be more...