write_data Subroutine

subroutine write_data(filename)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: filename

Calls

proc~~write_data~~CallsGraph proc~write_data write_data h5fcreate_f h5fcreate_f proc~write_data->h5fcreate_f proc~write_int64 write_int64 proc~write_data->proc~write_int64 h5fclose_f h5fclose_f proc~write_data->h5fclose_f 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_data~~CalledByGraph proc~write_data write_data program~main_int64 main_int64 program~main_int64->proc~write_data

Contents

None