kml_fft_mpi_init
Initialize KML-FFT resources in the MPI environment.
Interface Definition
C interface:
int kml_fft_mpi_init(void)
int kml_fftf_mpi_init(void)
Return Value
If the kml_fft_mpi_init function is executed successfully, 1 is returned; otherwise, 0 is returned.
Parameters
None
Dependencies
C: "kfft-mpi.h"
Examples
Parent topic: Process Functions