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

Backwards incompatibility of TREXIO_TEXT back end #81

Closed
q-posev opened this issue Jan 31, 2022 · 0 comments · Fixed by #82
Closed

Backwards incompatibility of TREXIO_TEXT back end #81

q-posev opened this issue Jan 31, 2022 · 0 comments · Fixed by #82
Milestone

Comments

@q-posev
Copy link
Member

q-posev commented Jan 31, 2022

TEXT back end relies on reading the entire group before each I/O operation (for sync-ing). The group is read from the .txt file in a particular order, according to trex.json. Thus, addition of a new attribute to a group changes the source code of the generated trexio_text_read_[group] function. As a result, the group produced before addition of an attribute cannot be read in the updated version of TREXIO.

@q-posev q-posev changed the title Backwards incompatibility of TREXIO_TEXT back end Backwards incompatibility of TREXIO_TEXT back end Jan 31, 2022
@q-posev q-posev added this to the v.2.2.0 milestone Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant