mpi4py-fft icon indicating copy to clipboard operation
mpi4py-fft copied to clipboard

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

Open WangYun1995 opened this issue 2 years ago • 1 comments

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?

WangYun1995 avatar Jul 30 '23 13:07 WangYun1995

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.

mikaem avatar Aug 10 '23 06:08 mikaem