Gromacs
2020.4
|
#include "gromacs/math/vectypes.h"
#include "gromacs/topology/idef.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/classhelpers.h"
This file contains declarations of high-level functions used by mdrun to compute energies and forces for listed interactions.
Clients of libgromacs that want to evaluate listed interactions should call functions declared here.
Functions | |
bool | gmx::buildSupportsGpuBondeds (std::string *error) |
Checks whether the GROMACS build allows to compute bonded interactions on a GPU. More... | |
bool | gmx::inputSupportsGpuBondeds (const t_inputrec &ir, const gmx_mtop_t &mtop, std::string *error) |
Checks whether the input system allows to compute bonded interactions on a GPU. More... | |
Variables | |
static constexpr int | gmx::numFTypesOnGpu = 8 |
The number on bonded function types supported on GPUs. | |
constexpr std::array< int, numFTypesOnGpu > | gmx::fTypesOnGpu |
List of all bonded function types supported on GPUs. More... | |