"Xiao, Jianjun (IKET)" <[email protected]> writes: > Hello, > > After the version was upgraded to 3.4.4, I got the error "undefined reference > to `dmsetmattype_' ". I was using PETSc-dev, and it worked fine. > > The matrix was created as below > > CALL DMSetMatType(da,MATMPISBAIJ,ierr) > CALL DMCreateMatrix(da,mat,ierr)
Use 'master' for this interface. The MatType argument to DMCreateMatrix was removed between v3.4 and 'master'. Barry added the missing Fortran stub (dmsetmattype_) in the commit that make this interface change. You're already using the new interface, so stick with 'master' until we make a release (soon).
pgpp87rN2kzOx.pgp
Description: PGP signature
