Hi,Juste compiled with last night tarball of petsc-master and found that MatGetSubMatrix has changed to MatCreateSubMatrix.
Fine, but I can't use the petscversion.h to switch into my code with #ifdef over any of:
#define PETSC_VERSION_MAJOR 3 #define PETSC_VERSION_MINOR 7 #define PETSC_VERSION_SUBMINOR 5 #define PETSC_VERSION_PATCH 0 since it is unchanged with 3.7.5.0 which has a different api. Would someone please change the version? Thanks, Eric
