(git:1f285aa)
dbt_io.F File Reference

Go to the source code of this file.

Modules

module  dbt_io
 DBT tensor Input / Output.
 

Functions/Subroutines

subroutine, public dbt_io::dbt_write_tensor_info (tensor, unit_nr, full_info)
 Write tensor global info: block dimensions, full dimensions and process grid dimensions. More...
 
subroutine, public dbt_io::dbt_write_tensor_dist (tensor, unit_nr)
 Write info on tensor distribution & load balance. More...
 
subroutine, public dbt_io::dbt_write_blocks (tensor, io_unit_master, io_unit_all, write_int)
 Write all tensor blocks. More...
 
subroutine, public dbt_io::dbt_write_block (name, blk_size, blk_index, proc, unit_nr, blk_values_2, blk_values_3, blk_values_4, write_int)
 Write a tensor block. More...
 
subroutine, public dbt_io::dbt_write_block_indices (tensor, io_unit_master, io_unit_all)
 
subroutine, public dbt_io::dbt_write_split_info (pgrid, unit_nr)
 
integer function, public dbt_io::prep_output_unit (unit_nr)