Gromacs
2025-dev-20240913-b871546
|
#include <gromacs/taskassignment/include/gromacs/taskassignment/decidegpuusage.h>
Structure that holds boolean flags corresponding to the development features present enabled through environment variables.
Public Attributes | |
bool | enableGpuBufferOps = false |
True if the Buffer ops development feature is enabled. | |
bool | canUseGpuAwareMpi = false |
True if the GPU-aware MPI can be used for GPU direct communication feature. | |
bool | enableGpuPmeDecomposition = false |
True if GPU PME-decomposition is enabled. | |
bool | enableCudaGraphs = false |
True if CUDA Graphs are enabled. | |
bool | enableNvshmem = false |
True if NVSHMEM can be used for GPU communication. | |