Gromacs
2026.0-dev-20250510-519b03c
|
#include <string>
Declares functionality for printing information about the FFT support in the currently running binary.
Functions | |
std::string | gmx::cpuFftDescription () |
Construct a string that describes the library that provides CPU FFT support to this build. More... | |
std::string | gmx::gpuFftDescription () |
Construct a string that describes the library that provides GPU FFT support to this build. More... | |
std::string | gmx::multiGpuFftDescription () |
Construct a string that describes the library (if any) that provides multi-GPU FFT support to this build. More... | |