Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML parsing and serializing #14

Open
victorsndvg opened this issue Nov 5, 2015 · 1 comment
Open

XML parsing and serializing #14

victorsndvg opened this issue Nov 5, 2015 · 1 comment

Comments

@victorsndvg
Copy link
Owner

A future work could be the extension of the library in order of allowing the reading and writing of the parameters to an XML file.

At this point, some questions must be solved:

  • Object serialization in Fortran. Only intrinsic types can be writted/readed? How we could Write/read derived types?
  • Parallel IO. How we perform the parameters IO in nparallel in a scalable way? I think that the first approach could be "a single processor read/write and send data to all involved processors"
@victorsndvg
Copy link
Owner Author

Object serialization in Fortran. Only intrinsic types can be writted/readed? How we could Write/read derived types?

Probably WriteXML and ReadXML procedures may be located in each wrapper and in the ParametesList.

Maybe a solution to Print/Serialize ParameterLists recursively is to implement an Iterator at the Dictionary hierarchy level to loop into it from the ParameterList

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant