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

support multiple data types #10

Open
stefaniereuter opened this issue May 15, 2023 · 3 comments
Open

support multiple data types #10

stefaniereuter opened this issue May 15, 2023 · 3 comments

Comments

@stefaniereuter
Copy link
Owner

currently everything is cast to double (was necessary because of an adios bug) but it should be fixed in new adios2.9 version. So include a query for correct datatype and on server and receiver side

@tobyjamez
Copy link
Collaborator

Needs to be added in the python side first, then can be reinstated on the server. Important to be able to send single-precision where appropriate. Also maybe ints.

@tobyjamez
Copy link
Collaborator

data_cache.py:173 in function load_from_cache(): convert C++ types to python types

wrap in some kind of type_dict = {"double": float64} etc

@tobyjamez
Copy link
Collaborator

wan.py:243 in function receive_dict_arrays hacky replace("_t", "")
and likely appears in more routines. find them and change them

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

No branches or pull requests

2 participants