Craig Tanis
2010-02-15 17:45:21 UTC
Hi,
I'm trying to get ILU(k) preconditioning to work with an MPIBAIJ matrix. It appears that I need to use an MPIAIJ matrix and that I also need to build petsc with the blocksolve95 interface (though some google searches suggest that this was removed in Petsc 2?).
1) Should I be able to replace a call to MatCreateMPIBAIJ with a sequence of MatCreateMPIAIJ and MatSetBlockSize?
2) Is blocksolve95 still necessary, and if so where can one download it? It appears to have moved from it's original location on the mcs.anl.gov site.
It is possible to do ILU-k preconditioning on an MPI matrix, right?
Thanks!
Craig Tanis
I'm trying to get ILU(k) preconditioning to work with an MPIBAIJ matrix. It appears that I need to use an MPIAIJ matrix and that I also need to build petsc with the blocksolve95 interface (though some google searches suggest that this was removed in Petsc 2?).
1) Should I be able to replace a call to MatCreateMPIBAIJ with a sequence of MatCreateMPIAIJ and MatSetBlockSize?
2) Is blocksolve95 still necessary, and if so where can one download it? It appears to have moved from it's original location on the mcs.anl.gov site.
It is possible to do ILU-k preconditioning on an MPI matrix, right?
Thanks!
Craig Tanis