Change the assert (mentioned in the issue) from < to <=. This enables, truncate to work that is something that dlio does. This affects only debug compilations.
Changes for CHANGELOG.md: 1 added line, 0 removed lines.
Original line number
Diff line number
Diff line
@@ -9,6 +9,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### New
### Changed
- Unify dependency scripts (dl and compile): Unify `-d` and `-p` flags ([!174](https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/174)).
- Increased merge assert for files with size 0, specific for DLIO with GekkoFS in Debug ([!208])(https://storage.bsc.es/gitlab/hpc/gekkofs/-/merge_requests/208)).