Replies: 3 comments 1 reply
0 replies
|
I'll have a look into it |
0 replies
|
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 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions