GBS
scalapack_mod Module Reference

Data Types

type  scalapack_context
 
interface  init
 
interface  bsolve
 
interface  putelems
 
interface  destroy
 

Functions/Subroutines

subroutine init_scalapack (n, ctxt, comm)
 
subroutine destroy_scalapack (ctxt)
 
subroutine putelems_scalapack (ctxt, A)
 
subroutine bsolve_scalapack (ctxt, b, x)
 

Variables

integer, parameter dlen_ = 9
 
integer, external numroc
 

Function/Subroutine Documentation

◆ bsolve_scalapack()

subroutine scalapack_mod::bsolve_scalapack ( type(scalapack_context ctxt,
double precision, dimension (:)  b,
double precision, dimension (:), intent(out), optional  x 
)
+ Here is the caller graph for this function:

◆ destroy_scalapack()

subroutine scalapack_mod::destroy_scalapack ( type(scalapack_context ctxt)

◆ init_scalapack()

subroutine scalapack_mod::init_scalapack ( integer, intent(in)  n,
type(scalapack_context ctxt,
intent(in)  comm 
)
+ Here is the caller graph for this function:

◆ putelems_scalapack()

subroutine scalapack_mod::putelems_scalapack ( type(scalapack_context ctxt,
double precision, dimension (:, :), intent(in)  A 
)
+ Here is the caller graph for this function:

Variable Documentation

◆ dlen_

integer, parameter scalapack_mod::dlen_ = 9

◆ numroc

external scalapack_mod::numroc