bench_write Subroutine

public subroutine bench_write(file, layout, dat, N)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: file
integer, intent(in) :: layout
real, intent(in) :: dat(:)
integer, intent(in) :: N

Calls

proc~~bench_write~~CallsGraph proc~bench_write bench_write proc~sysclock2ms sysclock2ms proc~bench_write->proc~sysclock2ms proc~write_layout write_layout proc~bench_write->proc~write_layout h5fcreate_f h5fcreate_f proc~bench_write->h5fcreate_f h5fclose_f h5fclose_f proc~bench_write->h5fclose_f h5dcreate_f h5dcreate_f proc~write_layout->h5dcreate_f h5dclose_f h5dclose_f proc~write_layout->h5dclose_f h5dwrite_f h5dwrite_f proc~write_layout->h5dwrite_f h5sclose_f h5sclose_f proc~write_layout->h5sclose_f h5pset_layout_f h5pset_layout_f proc~write_layout->h5pset_layout_f h5pclose_f h5pclose_f proc~write_layout->h5pclose_f h5pcreate_f h5pcreate_f proc~write_layout->h5pcreate_f

Called by

proc~~bench_write~~CalledByGraph proc~bench_write bench_write program~compact compact program~compact->proc~bench_write

Contents

None