[petsc-dev] [fortran] DAVecGetArrayF90 error
Leo van Kampenhout
lvankampenhout at gmail.com
Thu Sep 2 10:37:04 CDT 2010
Hi all,
since a few days I'm getting these errors during runtime (did not have it
before! )
[0]PETSC ERROR: src/dm/da/src/f90-custom/zda1f90.c:109:
__FUNCT__="VecRestoreArrayPrivate3" does not agree with
__func__="davecgetarrayf903_"
[0]PETSC ERROR: src/dm/da/src/f90-custom/zda1f90.c:109:
__FUNCT__="VecRestoreArrayPrivate3" does not agree with
__func__="davecgetarrayf903_"
THey are thrown during these statements:
call DACreateGlobalVector(da,p,ierr)
call DAVecGetArrayF90(da,p,p3d,ierr)
call DACreateGlobalVector(da,d,ierr)
call DAVecGetArrayF90(da,d,div3d,ierr)
Leo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20100902/df56a84b/attachment.html>
More information about the petsc-dev
mailing list