Gromacs
2024.3
|
#include "gmxpre.h"
#include "gromacs/domdec/localatomsetmanager.h"
#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"
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.