Skip to content
Snippets Groups Projects
Commit 90d162e9 authored by Sergey Lesnik's avatar Sergey Lesnik
Browse files

Bug Fix: fail to save large string data via ADIOS

- ADIOS restricts the string size (64kB?) and thus e.g. faces could not be written
- Switch from std::string to char arrays
- Reading with bpls is still possible with -S flag, e.g.:
  bpls -Sd constant/polyMesh.bp constant/polyMesh/faces
parent ffbefdee
No related merge requests found
Showing
with 112 additions and 129 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment