Opened 10 years ago
Closed 10 years ago
#716 closed defect (fixed)
Reimplement max_bytes_per_file
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P0 | Milestone: | v2.2.6 |
Component: | core | Version: | 2.2.5 |
Severity: | normal | Keywords: | |
Cc: |
Description
This is a request from the generator group.
Change History (2)
comment:1 Changed 10 years ago by
Status: | new → assigned |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Done in r6909.
The parameter is now called sample_split_n_kbytes (counting in kilobytes appears to be robust against exceeding 32bit integer).
The splitting is not entirely predictable due to possible de-synchronization between file writing (via Fortran or C, depending on the format) and INQUIREing file size from Fortran. The user should allow for some safety margin.
Note: See
TracTickets for help on using
tickets.
Should be simple, the file-splitting facility has been in place for ages.