Same basic problem. It is using a slow converter that does not do 
preallocation. 

   Since the writer is now available for you, you should just switch to 
petsc-dev and you won't need this.

   Barry

On Sep 22, 2010, at 12:45 PM, Gaetan Kenway wrote:

> Hello
> 
> I'm still trying to write out my mpiblockaij matrix. I see the development 
> version now supports the baij format writing, but I was just trying to do the 
> matconvert fix to write out the matrix. The code I'm trying to run to convert 
> the matrix is:
> 
> call MatConvert(drdwt,'mpiaij',MAT_INITIAL_MATRIX,drdwt_copy,ierr)
> 
> drdwt was created using:
> 
> call MatCreateMPIBAIJ(SUMB_PETSC_COMM_WORLD, nw, nDimW, nDimW, 
> ETSC_DETERMINE, PETSC_DETERMINE, &
>                              nzDiagonalW, nnzDiagonal, nzOffDiag, nnzOffDiag, 
>  dRdWT, PETScIerr)
> 
> However, the code hangs on the conversion. The drdwt is assembled and 
> drdwt_copy matrix has nothing done to it at this point.
> 
> Any suggestions other than to build the dev version?
> 
> Gaetan

Reply via email to