<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Hello There,<br>
<br>
I am new to PETSc and programming with FORTRAN. For the huge sparse matrix (200,000x200,000 symmetric), it is so slow to set the matrix in PETSc by reading them in matrix market format, which is far beyond our patience. Therefore, I guess that it would be much fast to load the huge matrix, if the matrix is in PETSc binary matrix format <br>
directly.<br>
<br>
Please help on how to write the symmetric matrix in PETSc binary matrix format directly? <br>
Both the guidance and examples are welcome. <br>
<br>
Ning<br>