HeteroSolver / Fortran
Direct Sparse Solver for Heterogeneous Platforms
|
HeteroSolver is a library, used for solving large scale sparse linear equations that are derived from numerical simulation programs in a wide range. Here,
is a sparse square matrix of the dimension
,
and
are
element vectors. The library is implemented by using sparse direct methods, which are robust and high performance.
HeteroSolver has the following distinctive characteristics:
HeteroSolver allows users to solve sparse simultaneous linear equations without implementing complex algorithms regarding sparse direct methods, greatly improving the productivity of numerical simulation program development.
This guide explains how to call this library from Fortran programs and execute them. For details, see the following topics:
For details of the user interface, see below:
When solving the equations by using multiple MPI processes, you must use Hybrid version. It enables a sparse matrix , right-hand side vectors
, and solution vectors
to distribute among MPI processes. For details, refer to the description of the parameter
idist
of the handle initialization subroutine phs_init_handle.