write_int64 Subroutine

subroutine write_int64(fid, i, name)

dataspace

create the dataset.

write data

close handles

Arguments

Type IntentOptional AttributesName
integer(kind=hid_t) :: fid
integer(kind=int64), intent(in) :: i
character(len=*), intent(in) :: name

Calls

proc~~write_int64~~CallsGraph proc~write_int64 write_int64 h5dclose_f h5dclose_f proc~write_int64->h5dclose_f h5dcreate_f h5dcreate_f proc~write_int64->h5dcreate_f h5screate_f h5screate_f proc~write_int64->h5screate_f h5sclose_f h5sclose_f proc~write_int64->h5sclose_f h5kind_to_type h5kind_to_type proc~write_int64->h5kind_to_type

Called by

proc~~write_int64~~CalledByGraph proc~write_int64 write_int64 proc~write_data write_data proc~write_data->proc~write_int64 program~main_int64 main_int64 program~main_int64->proc~write_data

Contents

None