Gromacs
2024.3
|
#include "gmxpre.h"
#include "config.h"
#include <utility>
#include "gromacs/domdec/gpuhaloexchange.h"
#include "gromacs/utility/gmxassert.h"
May be used to implement Domdec CUDA interfaces for non-GPU builds.
Currently, reports and exits if any of the interfaces are called. Needed to satisfy compiler on systems, where CUDA is not available.
Classes | |
class | gmx::GpuHaloExchange::Impl |
Impl class stub. More... | |