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
This file contains the parallel OpenMPI (distributed memory) version of KronLinInv. OpenMPI and LAPACK libraries are required to be installed in the system.
Here is the caller graph for this function: