Add H5D module counter to indicate corresponding H5F record ID
H5D record names (and therefore identifiers) are based on a combo of filename and dataset path. This prevents us from being able to directly associate H5D records with corresponding H5F files they belong to. This MR adds a new field to H5D records indicating the Darshan record ID of the corresponding H5F file record so analysis tools can more easily connect the two.