clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / programs / mdrun / tests / pmetest.cpp
1 /*
2  * This file is part of the GROMACS molecular simulation package.
3  *
4  * Copyright (c) 2016,2017,2018, by the GROMACS development team, led by
5  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
6  * and including many others, as listed in the AUTHORS file in the
7  * top-level source directory and at http://www.gromacs.org.
8  *
9  * GROMACS is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public License
11  * as published by the Free Software Foundation; either version 2.1
12  * of the License, or (at your option) any later version.
13  *
14  * GROMACS is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with GROMACS; if not, see
21  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
22  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
23  *
24  * If you want to redistribute modifications to GROMACS, please
25  * consider that scientific software is very special. Version
26  * control is crucial - bugs must be traceable. We will be happy to
27  * consider code for inclusion in the official distribution, but
28  * derived work must not be called official GROMACS. Details are found
29  * in the README & COPYING files - if they are missing, get the
30  * official version at http://www.gromacs.org.
31  *
32  * To help us fund GROMACS development, we humbly ask that you cite
33  * the research papers on the package. Check out http://www.gromacs.org.
34  */
35 /*! \internal \file
36  * \brief
37  * This implements basic PME sanity tests.
38  * It runs the input system with PME for several steps (on CPU and GPU, if available),
39  * and checks the reciprocal and conserved energies.
40  * As part of mdrun-test, this will always run single rank PME simulation.
41  * As part of mdrun-mpi-test, this will run same as above when a single rank is requested,
42  * or a simulation with a single separate PME rank ("-npme 1") when multiple ranks are requested.
43  * \todo Extend and generalize this for more multi-rank tests (-npme 0, -npme 2, etc).
44  * \todo Implement death tests (e.g. for PME GPU decomposition).
45  *
46  * \author Aleksei Iupinov <a.yupinov@gmail.com>
47  * \ingroup module_mdrun_integration_tests
48  */
49 #include "gmxpre.h"
50
51 #include "config.h"
52
53 #include <map>
54 #include <string>
55 #include <vector>
56
57 #include <gtest/gtest-spi.h>
58
59 #include "gromacs/gpu_utils/gpu_utils.h"
60 #include "gromacs/hardware/gpu_hw_info.h"
61 #include "gromacs/trajectory/energyframe.h"
62 #include "gromacs/utility/cstringutil.h"
63 #include "gromacs/utility/gmxmpi.h"
64 #include "gromacs/utility/stringutil.h"
65
66 #include "testutils/mpitest.h"
67 #include "testutils/refdata.h"
68
69 #include "energyreader.h"
70 #include "moduletest.h"
71
72 namespace gmx
73 {
74 namespace test
75 {
76 namespace
77 {
78
79 /*! \brief A basic PME runner
80  *
81  * \todo Consider also using GpuTest class. */
82 class PmeTest : public MdrunTestFixture
83 {
84     public:
85         //! Before any test is run, work out whether any compatible GPUs exist.
86         static void SetUpTestCase();
87         //! Store whether any compatible GPUs exist.
88         static bool s_hasCompatibleCudaGpus;
89         //! Convenience typedef
90         using RunModesList = std::map < std::string, std::vector < const char *>>;
91         //! Runs the test with the given inputs
92         void runTest(const RunModesList &runModes);
93 };
94
95 bool PmeTest::s_hasCompatibleCudaGpus = false;
96
97 void PmeTest::SetUpTestCase()
98 {
99     gmx_gpu_info_t gpuInfo {};
100     // It would be nicer to do this detection once and have mdrun
101     // re-use it, but this is OK. Note that this also caters for when
102     // there is no GPU support in the build.
103     //
104     // TODO report any error messages gracefully.
105     if (GMX_GPU == GMX_GPU_CUDA &&
106         canDetectGpus(nullptr))
107     {
108         findGpus(&gpuInfo);
109         s_hasCompatibleCudaGpus = (gpuInfo.n_dev_compatible > 0);
110     }
111     free_gpu_info(&gpuInfo);
112 }
113
114 void PmeTest::runTest(const RunModesList &runModes)
115 {
116     const std::string inputFile = "spc-and-methanol";
117     runner_.useTopGroAndNdxFromDatabase(inputFile.c_str());
118
119     // With single rank we can and will always test PP+PME as part of mdrun-test.
120     // With multiple ranks we can additionally test a single PME-only rank within mdrun-mpi-test.
121     const bool parallelRun    = (getNumberOfTestMpiRanks() > 1);
122     const bool useSeparatePme = parallelRun;
123
124     EXPECT_EQ(0, runner_.callGrompp());
125
126     TestReferenceData    refData;
127     TestReferenceChecker rootChecker(refData.rootChecker());
128     const bool           thisRankChecks = (gmx_node_rank() == 0);
129     if (!thisRankChecks)
130     {
131         EXPECT_NONFATAL_FAILURE(rootChecker.checkUnusedEntries(), ""); // skip checks on other ranks
132     }
133     for (const auto &mode : runModes)
134     {
135         auto modeTargetsGpus = (mode.first.find("Gpu") != std::string::npos);
136         if (modeTargetsGpus && !s_hasCompatibleCudaGpus)
137         {
138             // This run mode will cause a fatal error from mdrun when
139             // it can't find GPUs, which is not something we're trying
140             // to test here.
141             continue;
142         }
143
144         runner_.edrFileName_ = fileManager_.getTemporaryFilePath(inputFile + "_" + mode.first + ".edr");
145
146         CommandLine commandLine(mode.second);
147
148         const bool  usePmeTuning = (mode.first.find("Tune") != std::string::npos);
149         if (usePmeTuning)
150         {
151             commandLine.append("-tunepme");
152             commandLine.addOption("-nstlist", 1); // a new grid every step
153         }
154         else
155         {
156             commandLine.append("-notunepme"); // for reciprocal energy reproducibility
157         }
158         if (useSeparatePme)
159         {
160             commandLine.addOption("-npme", 1);
161         }
162
163         ASSERT_EQ(0, runner_.callMdrun(commandLine));
164
165         if (thisRankChecks)
166         {
167             auto energyReader      = openEnergyFileToReadFields(runner_.edrFileName_, {"Coul. recip.", "Total Energy", "Kinetic En."});
168             auto conservedChecker  = rootChecker.checkCompound("Energy", "Conserved");
169             auto reciprocalChecker = rootChecker.checkCompound("Energy", "Reciprocal");
170             bool firstIteration    = true;
171             while (energyReader->readNextFrame())
172             {
173                 const EnergyFrame &frame            = energyReader->frame();
174                 const std::string  stepName         = frame.frameName();
175                 const real         conservedEnergy  = frame.at("Total Energy");
176                 const real         reciprocalEnergy = frame.at("Coul. recip.");
177                 if (firstIteration)
178                 {
179                     // use first step values as references for tolerance
180                     const real startingKineticEnergy = frame.at("Kinetic En.");
181                     const auto conservedTolerance    = relativeToleranceAsFloatingPoint(startingKineticEnergy, 2e-5);
182                     const auto reciprocalTolerance   = relativeToleranceAsFloatingPoint(reciprocalEnergy, 3e-5);
183                     reciprocalChecker.setDefaultTolerance(reciprocalTolerance);
184                     conservedChecker.setDefaultTolerance(conservedTolerance);
185                     firstIteration = false;
186                 }
187                 conservedChecker.checkReal(conservedEnergy, stepName.c_str());
188                 if (!usePmeTuning) // with PME tuning come differing grids and differing reciprocal energy
189                 {
190                     reciprocalChecker.checkReal(reciprocalEnergy, stepName.c_str());
191                 }
192             }
193         }
194     }
195 }
196
197 TEST_F(PmeTest, ReproducesEnergies)
198 {
199     const int         nsteps     = 20;
200     const std::string theMdpFile = formatString("coulombtype     = PME\n"
201                                                 "nstcalcenergy   = 1\n"
202                                                 "nstenergy       = 1\n"
203                                                 "pme-order       = 4\n"
204                                                 "nsteps          = %d\n",
205                                                 nsteps
206                                                 );
207
208     runner_.useStringAsMdpFile(theMdpFile);
209
210     //TODO test all proper/improper combinations in more thorough way?
211     RunModesList runModes;
212     runModes["PmeOnCpu"]         = {"-pme", "cpu"};
213     runModes["PmeAuto"]          = {"-pme", "auto"};
214     runModes["PmeOnGpuFftOnCpu"] = {"-pme", "gpu", "-pmefft", "cpu"};
215     runModes["PmeOnGpuFftOnGpu"] = {"-pme", "gpu", "-pmefft", "gpu"};
216     runModes["PmeOnGpuFftAuto"]  = {"-pme", "gpu", "-pmefft", "auto"};
217     // same manual modes but marked for PME tuning
218     runModes["PmeOnCpuTune"]         = {"-pme", "cpu"};
219     runModes["PmeOnGpuFftOnCpuTune"] = {"-pme", "gpu", "-pmefft", "cpu"};
220     runModes["PmeOnGpuFftOnGpuTune"] = {"-pme", "gpu", "-pmefft", "gpu"};
221
222     runTest(runModes);
223 }
224
225 TEST_F(PmeTest, ScalesTheBox)
226 {
227     const int         nsteps     = 0;
228     const std::string theMdpFile = formatString("coulombtype     = PME\n"
229                                                 "nstcalcenergy   = 1\n"
230                                                 "nstenergy       = 1\n"
231                                                 "pme-order       = 4\n"
232                                                 "pbc             = xy\n"
233                                                 "nwall           = 2\n"
234                                                 "ewald-geometry  = 3dc\n"
235                                                 "wall_atomtype   = OMet CMet\n"
236                                                 "wall_density    = 9 9.0\n"
237                                                 "wall-ewald-zfac = 5\n"
238                                                 "nsteps          = %d\n",
239                                                 nsteps
240                                                 );
241
242     runner_.useStringAsMdpFile(theMdpFile);
243
244     RunModesList runModes;
245     runModes["PmeOnCpu"]         = {"-pme", "cpu"};
246     runModes["PmeOnGpuFftOnCpu"] = {"-pme", "gpu", "-pmefft", "cpu"};
247     runModes["PmeOnGpuFftOnGpu"] = {"-pme", "gpu", "-pmefft", "gpu"};
248
249     runTest(runModes);
250 }
251
252 }  // namespace
253 }  // namespace test
254 }  // namespace gmx