-
Notifications
You must be signed in to change notification settings - Fork 30
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
Not possible to read data from savepoint with metadata from Fortran? #241
Comments
This code is for writing. For reading there is |
Well, the error message actually occurrs on the |
I think, I understand your problem now, and you're might be right that there is an issue. |
That's my point. There's no API in Fortran for doing exactly that, afaik! Sorry for not phrasing my issue well enough... |
But how does |
I think the serializer object is either in |
But the serializer object is not passed to the subroutine. |
Well the Fortran API exposed via |
Not afaik. The created objects are held by the client application and passed as parameters to the API routines. |
Sorry, I meant arguments not parameters. Stupid Fortran... ;-) |
It seems that the Fortran interface is mostly meant for writing and not reading. To my understanding, it is not possible to read data from a savepoint with meta-data...
...will exit with an error saying that
Serialbox: ERROR: savepoint 'sfc_sice-in {}' does not exist
. While the above is ok for writing (specifying meta-data after creating a savepoint is ok), for reading this does not work.The text was updated successfully, but these errors were encountered: