Gromacs
2024.4
|
#include "gmxpre.h"
#include <map>
#include <mutex>
#include <string>
#include <vector>
#include <gtest/gtest-spi.h>
#include "gromacs/ewald/pme.h"
#include "gromacs/hardware/hw_info.h"
#include "gromacs/trajectory/energyframe.h"
#include "gromacs/utility/basenetwork.h"
#include "gromacs/utility/cstringutil.h"
#include "gromacs/utility/enumerationhelpers.h"
#include "gromacs/utility/message_string_collector.h"
#include "gromacs/utility/mpiinfo.h"
#include "gromacs/utility/stringutil.h"
#include "testutils/mpitest.h"
#include "testutils/refdata.h"
#include "energyreader.h"
#include "moduletest.h"
This implements basic PME sanity tests for end-to-end mdrun simulations. It runs the input system with PME for several steps (on CPU and GPU, if available), and checks the reciprocal and conserved energies.
Classes | |
class | gmx::test::anonymous_namespace{pmetest.cpp}::PmeTest |
Test fixture for end-to-end execution of PME. More... | |
Typedefs | |
using | gmx::test::anonymous_namespace{pmetest.cpp}::PmeTestParameters = std::tuple< PmeTestFlavor, std::string > |
Enumerations | |
enum | gmx::test::anonymous_namespace{pmetest.cpp}::PmeTestFlavor : int { Basic, WithWalls, Count } |
Enum describing the flavors of PME tests that are run. | |
Functions | |
const char * | gmx::test::anonymous_namespace{pmetest.cpp}::enumValueToString (const PmeTestFlavor enumValue) |
Helper to print a string to describe the PME test flavor. | |
std::string | gmx::test::anonymous_namespace{pmetest.cpp}::nameOfTest (const testing::TestParamInfo< PmeTestParameters > &info) |
Help GoogleTest name our tests. More... | |
std::string | gmx::test::anonymous_namespace{pmetest.cpp}::makeRefDataFileName () |
Construct a refdata filename for this test. More... | |
Variables | |
const auto | gmx::test::anonymous_namespace{pmetest.cpp}::c_reproducesEnergies |