Highly Efficient FFT for Exascale: HeFFTe v2.3
|
Equivalent to heffte::plan_options but defined for the C API. More...
#include <heffte_c_defines.h>
Public Attributes | |
int | use_reorder |
Corresponds to heffte::plan_options::use_reorder. | |
int | algorithm |
Corresponds to heffte::plan_options::use_alltoall, must be one of the Heffte_RESHAPE_ALGORITHM options. | |
int | use_pencils |
Corresponds to heffte::plan_options::use_pencils. | |
int | use_gpu_aware |
Corresponds to heffte::plan_options::use_gpu_aware. | |
Equivalent to heffte::plan_options but defined for the C API.
The int variables use the C logic 0 means false, not 0 means true.