hdf5_obj_WriteCoord Subroutine

private impure subroutine hdf5_obj_WriteCoord(this, groupname, name, Coord)

Write coordinates to HDF5 file. Only the root MPI rank does the writing.

Type Bound

hdf5_obj

Arguments

Type IntentOptional Attributes Name
class(hdf5_obj), intent(inout) :: this

A HDF5 object

character(len=*), intent(in) :: groupname

Groupname

character(len=*), intent(in) :: name

Variable name

class(*), intent(in) :: Coord(:)

1-D Coordinates


Calls

proc~~hdf5_obj_writecoord~~CallsGraph proc~hdf5_obj_writecoord hdf5_obj%hdf5_obj_WriteCoord h5dclose_f h5dclose_f proc~hdf5_obj_writecoord->h5dclose_f h5dcreate_f h5dcreate_f proc~hdf5_obj_writecoord->h5dcreate_f h5dwrite_f h5dwrite_f proc~hdf5_obj_writecoord->h5dwrite_f h5pclose_f h5pclose_f proc~hdf5_obj_writecoord->h5pclose_f h5pcreate_f h5pcreate_f proc~hdf5_obj_writecoord->h5pcreate_f h5pset_dxpl_mpio_f h5pset_dxpl_mpio_f proc~hdf5_obj_writecoord->h5pset_dxpl_mpio_f h5pset_fill_time_f h5pset_fill_time_f proc~hdf5_obj_writecoord->h5pset_fill_time_f h5sclose_f h5sclose_f proc~hdf5_obj_writecoord->h5sclose_f h5screate_simple_f h5screate_simple_f proc~hdf5_obj_writecoord->h5screate_simple_f h5sselect_hyperslab_f h5sselect_hyperslab_f proc~hdf5_obj_writecoord->h5sselect_hyperslab_f proc~hdf5_obj_fixgroupname hdf5_obj%hdf5_obj_FixGroupName proc~hdf5_obj_writecoord->proc~hdf5_obj_fixgroupname proc~hdf5_obj_getgroupobject hdf5_obj%hdf5_obj_GetGroupObject proc~hdf5_obj_writecoord->proc~hdf5_obj_getgroupobject proc~hdf5_obj_getgroupindex hdf5_obj%hdf5_obj_GetGroupIndex proc~hdf5_obj_getgroupobject->proc~hdf5_obj_getgroupindex proc~hashtbl_obj_get hashtbl_obj%hashtbl_obj_Get proc~hdf5_obj_getgroupindex->proc~hashtbl_obj_get proc~hashtbl_obj_hashstring hashtbl_obj%hashtbl_obj_HashString proc~hdf5_obj_getgroupindex->proc~hashtbl_obj_hashstring proc~sllist_obj_get sllist_obj%sllist_obj_Get proc~hashtbl_obj_get->proc~sllist_obj_get proc~sllist_obj_get->proc~sllist_obj_get

Called by

proc~~hdf5_obj_writecoord~~CalledByGraph proc~hdf5_obj_writecoord hdf5_obj%hdf5_obj_WriteCoord proc~block_obj_write block_obj%block_obj_Write proc~block_obj_write->proc~hdf5_obj_writecoord