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

How to load array from the disk, such as in the format of '.npy' ? #27

Open
WangYun1995 opened this issue Jul 30, 2023 · 1 comment
Open

Comments

@WangYun1995
Copy link

Hi,
I find that mpi4py-fft is an excellent tool for performing the FFT in parallel, which greatly improves computational efficiency. However, I don't see anything in the documentation about how to load data from the disk. So, Can you specify the methods of loading data from the disk?

@mikaem
Copy link
Member

mikaem commented Aug 10, 2023

Hi
Since the arrays mpi4py are working on are numpy arrays that have been distributed, we use hdf5 or netcdf for IO. See https://mpi4py-fft.readthedocs.io/en/latest/io.html.

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