i2_hdf5_add_array Subroutine

private subroutine i2_hdf5_add_array(hid, label, v)

Arguments

Type IntentOptional Attributes Name
integer(kind=hid_t), intent(in) :: hid
character(len=*), intent(in) :: label
integer(kind=ip), intent(in), dimension(:,:) :: v

Calls

proc~~i2_hdf5_add_array~~CallsGraph proc~i2_hdf5_add_array i2_hdf5_add_array proc~fatal_error fatal_error proc~i2_hdf5_add_array->proc~fatal_error proc~ommp_message ommp_message proc~fatal_error->proc~ommp_message proc~close_output close_output proc~fatal_error->proc~close_output proc~close_output->proc~ommp_message

Called by

proc~~i2_hdf5_add_array~~CalledByGraph proc~i2_hdf5_add_array i2_hdf5_add_array interface~hdf5_add_array hdf5_add_array interface~hdf5_add_array->proc~i2_hdf5_add_array

Contents