KronLinInv
0.3
Kronecker-product-based linear inversion
◆
checkchunking()
subroutine readwriteh5::checkchunking
(
integer(hsize_t), dimension(:), intent(inout)
chunk
)
Definition at line
383
of file
rdwrhdf5.f08
.
383
384
use
hdf5
! this module contains all necessary modules
385
use
realprec
386
implicit none
387
388
integer(hsize_t)
,
dimension(:)
,
intent(inout)
:: chunk
389
390
where
( chunk < 1 ) chunk=1
391
392
return
realprec
This file contains the parallel OpenMPI (distributed memory) version of KronLinInv. OpenMPI and LAPACK libraries are required to be installed in the system.
Definition:
ompi_kronlininv.f08:38
Here is the caller graph for this function:
readwriteh5
Generated on Fri Oct 19 2018 11:02:13 for KronLinInv by
1.8.13