|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "gromacs/fft/binary_information.h"#include "config.h"#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/stringutil.h"
Include dependency graph for binary_information.cpp:Implements functionality for printing information about the FFT support in the currently running binary.
Functions | |
| std::string | gmx::anonymous_namespace{binary_information.cpp}::describeMkl () |
| std::string | gmx::anonymous_namespace{binary_information.cpp}::describeOneMath () |
| 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... | |
1.8.5