Construct distributed sparse matrix from a matrix market file in parallel. Read \cite boisvert1996matrix for the details.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ps), | intent(inout) | :: | this | The file being constructed. |
||
character(len=*), | intent(in) | :: | file_name | The name of the file to read. |
||
type(ProcessGrid_t), | intent(in), | optional | :: | process_grid_in | Grid to distribute the matrix on. |