SCORPIO  1.7.0
Functions/Subroutines
spio_misc_api Module Reference

Functions/Subroutines

subroutine, public pio_set_buffer_size_limit (limit, prev_limit)
 
logical function, public pio_iotype_available (iotype)
 
integer function, public pio_set_chunk_cache (iosysid, iotype, chunk_cache_size, chunk_cache_nelems, chunk_cache_preemption)
 
integer function, public pio_get_chunk_cache (iosysid, iotype, chunk_cache_size, chunk_cache_nelems, chunk_cache_preemption)
 
integer function, public pio_copy_att (from_file, from_varid, attname, to_file, to_varid)
 

Function/Subroutine Documentation

◆ pio_copy_att()

integer function, public spio_misc_api::pio_copy_att ( type(file_desc_t), intent(in)  from_file,
integer, intent(in)  from_varid,
character(len=*), intent(in)  attname,
type(file_desc_t), intent(in)  to_file,
integer, intent(in)  to_varid 
)

◆ pio_get_chunk_cache()

integer function, public spio_misc_api::pio_get_chunk_cache ( integer, intent(in)  iosysid,
integer, intent(in)  iotype,
integer(pio_offset_kind), intent(out)  chunk_cache_size,
integer(pio_offset_kind), intent(out)  chunk_cache_nelems,
real, intent(out)  chunk_cache_preemption 
)

◆ pio_iotype_available()

logical function, public spio_misc_api::pio_iotype_available ( integer, intent(in)  iotype)

◆ pio_set_buffer_size_limit()

subroutine, public spio_misc_api::pio_set_buffer_size_limit ( integer(pio_offset_kind), intent(in)  limit,
integer(pio_offset_kind), intent(out), optional  prev_limit 
)

◆ pio_set_chunk_cache()

integer function, public spio_misc_api::pio_set_chunk_cache ( integer, intent(in)  iosysid,
integer, intent(in)  iotype,
integer(pio_offset_kind), intent(in)  chunk_cache_size,
integer(pio_offset_kind), intent(in)  chunk_cache_nelems,
real, intent(in)  chunk_cache_preemption 
)