|
Gromacs
2025.4
|
#include "gmxpre.h"#include "gromacs/domdec/localatomsetmanager.h"#include <string>#include <vector>#include <gmock/gmock.h>#include <gtest/gtest.h>#include "gromacs/domdec/localatomset.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/exceptions.h"#include "testutils/testasserts.h"
Include dependency graph for localatomsetmanager.cpp:Tests for general functionality in gmx::LocalAtomSetManager and gmx::LocalAtomSet, which is only accesible through the manager.
TODO: add testing for behaviour on multiple ranks once gmx_ga2la_t may be set up individually and outside domain decomposition initialisation.
1.8.5