You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hermes right now is only temporary state. When Hermes dies, the data stored by COEUS dies too. We need a way to export data from COEUS to the PFS.
Additions to XML Files:
Add a parameter to define the debug file location (e.g., "export.bp5").
Add a paremeter to define which engine requires persistence
Additions to COEUS code
During Put, track all modifications that have been made within a step (variable name, shape, offset, count)
During EndStep, check if this is the last step and if so iterate over all modifications, get the blobs from Hermes, and then store them into a BP5 file.
The text was updated successfully, but these errors were encountered:
Hermes right now is only temporary state. When Hermes dies, the data stored by COEUS dies too. We need a way to export data from COEUS to the PFS.
Additions to XML Files:
Additions to COEUS code
The text was updated successfully, but these errors were encountered: