[petsc-users] petsc 3.0 vs petsc 2.3

2010-01-13 Thread Ildar Rakhmanov
Hi: We have piece of code which is using Petsc linear equations solver in serial fashion. The version linked to Petsc 2.3.3.15 works fine. When we try to use Petsc 3.0.0.10 we start getting errors like this [0]PETSC ERROR: - Error Message

[petsc-users] petsc 3.0 vs petsc 2.3

2010-01-13 Thread Satish Balay
Is this application making PETSc calls from fortran? You'll have to go through the changes file - and make sure the prototype changes are applied to your code [a fortran compiler doesn't help with prototype checks here]. http://www.mcs.anl.gov/petsc/petsc-as/documentation/changes/300.html [If the