sdsc / p3dfft

P3DFFT stands for Parallel Three-Dimensional Fast Fourier Transforms. It is a library for large-scale computer simulations on parallel platforms. It implements 3D FFT and related algorithms such as Chebyshev transform (an important class of algorithm for simulations in a wide range of fields). P3DFFT uses 2D, or pencil, decomposition. For more information:
http://www.p3dfft.net
Other
54 stars 16 forks source link

./../include/p3dfft.h:788:191: error: ‘DEF_FFT_FLAGS’ was not declared in this scope #19

Open ztdepztdep opened 1 year ago

ztdepztdep commented 1 year ago

how to define this flags "DEF_FFT_FLAGS".

dmitrypek commented 1 year ago

Please provide more information. What are you trying to do? Please send a screenshot or a printout of your session.

p-awasthi commented 1 month ago

Screenshot from 2024-07-03 14-45-45

I am trying to use p3dfft for discrete FFT of 3d functions. When I am executing the code used p3dfft.h it is giving me this error which asks for DEF_FFT_FLAGS. Any help will be appreciated! Thanks