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
Showing
- io/reduced-foam-extend/src/foam/db/IOobject/IOobject.C 1 addition, 1 deletionio/reduced-foam-extend/src/foam/db/IOobject/IOobject.C
- io/reduced-foam-extend/src/foam/db/IOstreams/A2streams/adiosCore.C 50 additions, 1 deletion...d-foam-extend/src/foam/db/IOstreams/A2streams/adiosCore.C
- io/reduced-foam-extend/src/foam/db/IOstreams/A2streams/adiosCore.H 24 additions, 2 deletions...d-foam-extend/src/foam/db/IOstreams/A2streams/adiosCore.H
- io/reduced-foam-extend/src/foam/db/IOstreams/A2streams/adiosRead.C 19 additions, 60 deletions...d-foam-extend/src/foam/db/IOstreams/A2streams/adiosRead.C
- io/reduced-foam-extend/src/foam/db/IOstreams/A2streams/adiosRead.H 1 addition, 19 deletions...d-foam-extend/src/foam/db/IOstreams/A2streams/adiosRead.H
- io/reduced-foam-extend/src/foam/db/IOstreams/A2streams/adiosWrite.C 12 additions, 11 deletions...-foam-extend/src/foam/db/IOstreams/A2streams/adiosWrite.C
- io/reduced-foam-extend/src/foam/db/IOstreams/Fstreams/IFstream.C 1 addition, 2 deletions...ced-foam-extend/src/foam/db/IOstreams/Fstreams/IFstream.C
- io/reduced-foam-extend/src/foam/db/regIOobject/regIOobjectRead.C 1 addition, 1 deletion...ced-foam-extend/src/foam/db/regIOobject/regIOobjectRead.C
- io/reduced-foam-extend/src/foam/fields/GeometricFields/GeometricField/GeometricField.C 2 additions, 31 deletions...am/fields/GeometricFields/GeometricField/GeometricField.C
- io/reduced-foam-extend/src/foam/meshes/polyMesh/polyMesh.C 1 addition, 1 deletionio/reduced-foam-extend/src/foam/meshes/polyMesh/polyMesh.C
Please register or sign in to comment