Hong Zhang wrote: > > > Which code do you use for reading the matrix in matrix market > into petsc? I guess that code needs to be modified. > > Hong > I used ex72.c in src/mat/examples/tests where there is a formatted read operation with fscanf. The format is specified with le for doubles, if I am not mistaken...