Hi, if I,m using a distributed MatSolve rows in A matrix should correspond with the elements in vector b. That means if my MPI process have matrix A with rows from 5 to 10, vector b should have elements from 5 to 10 or that depends on the MatSolve implementation? Thanks