ConstructMatrixFromBinary Interface

public interface ConstructMatrixFromBinary

Contents


Module Procedures

private subroutine ConstructMatrixFromBinary_ps(this, file_name, process_grid_in)

Construct a distributed sparse matrix from a binary file in parallel. Faster than text, so this is good for check pointing.

Arguments

Type IntentOptional AttributesName
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.