#include <cstddef>
#include <memory>
#include <vector>
#include "gromacs/math/vectypes.h"
#include "gromacs/topology/block.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/gmxmpi.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.
|
|
|
static bool | DDMASTER (const gmx_domdec_t &dd) |
| Are we the master node for domain decomposition.
|
|
static bool | DDMASTER (const gmx_domdec_t *dd) |
| Are we the master node for domain decomposition, deprecated.
|
|