Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/tools/report_methods.h"
#include "gromacs/fileio/tpxio.h"
#include "gromacs/gmxpreprocess/grompp.h"
#include "gromacs/mdtypes/state.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/stringstream.h"
#include "gromacs/utility/textwriter.h"
#include "testutils/cmdlinetest.h"
#include "testutils/refdata.h"
#include "testutils/testfilemanager.h"
#include "testutils/textblockmatchers.h"
#include "testutils/tprfilegenerator.h"
Tests for functionality of the "report" tool to write system information.
Functions | |
static void | gmx::test::readTprInput (const TprAndFileManager *tprHandle, gmx_mtop_t *mtop, t_inputrec *ir) |
Reads a tpr for the test. More... | |