Replies: 3 comments 1 reply
-
I'll have a look into it |
Beta Was this translation helpful? Give feedback.
-
Hi, I wanted to share a thought and ask for opinions. I'm using the npy reader and for my application I can run the process on multiple processes with MPI. I need all processes to retrieve the same data from my list of .npy at the very beginning. So for testing I added the So, given that each compiler has different extensions for shared IO, I was wondering if it would be worth adding this features as an optional argument to Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi,
I saw that stdlib has a facility function to open npy files, I was wondering if this could be extended to treat npz? https://numpy.org/doc/stable/reference/generated/numpy.savez.html
Beta Was this translation helpful? Give feedback.
All reactions