#include <cstddef>
#include <array>
#include <memory>
#include <vector>
#include "gromacs/gpu_utils/hostallocator.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/topology/block.h"
#include "gromacs/topology/idef.h"
#include "gromacs/utility/gmxmpi.h"
#include "gromacs/utility/range.h"
#include "gromacs/utility/real.h"
|
#define | DD_MAXZONE 8 |
| Max number of zones in domain decomposition.
|
|
#define | DD_MAXIZONE 4 |
| Max number of izones in domain decomposition.
|
|
|
typedef struct gmx_domdec_zone_size | gmx_domdec_zone_size_t |
|
|
static bool | DDMAIN (const gmx_domdec_t &dd) |
| Are we the main node for domain decomposition.
|
|
static bool | DDMAIN (const gmx_domdec_t *dd) |
| Are we the main node for domain decomposition, deprecated.
|
|