petsc-2.3.3-p14 tarball now includes this patch.
Satish
On Wed, 10 Sep 2008, Barry Smith wrote:
>
> Satish,
>
> Could you please make a patch to fix this. The loop
> for (neq=0; neq<n; neq++){
> should be
> for (neq=0; neq<B->cmap.n; neq++){
>
> Thanks
>
> Barry