Hi all, <br><br>since a few days I'm getting these errors during runtime (did not have it before! )<br><br>[0]PETSC ERROR: src/dm/da/src/f90-custom/zda1f90.c:109: __FUNCT__="VecRestoreArrayPrivate3" does not agree with __func__="davecgetarrayf903_"<br>
[0]PETSC ERROR: src/dm/da/src/f90-custom/zda1f90.c:109: __FUNCT__="VecRestoreArrayPrivate3" does not agree with __func__="davecgetarrayf903_"<br><br>THey are thrown during these statements: <br><br>      call DACreateGlobalVector(da,p,ierr)<br>
      call DAVecGetArrayF90(da,p,p3d,ierr)<br>      call DACreateGlobalVector(da,d,ierr)<br>      call DAVecGetArrayF90(da,d,div3d,ierr)<br><br>Leo<br>