Gromacs
2020.4
|
#include <cstdio>
#include <array>
#include <memory>
#include "gromacs/commandline/filenm.h"
#include "gromacs/compat/pointers.h"
#include "gromacs/domdec/options.h"
#include "gromacs/hardware/hw_info.h"
#include "gromacs/math/vec.h"
#include "gromacs/mdrun/mdmodules.h"
#include "gromacs/mdrunutility/handlerestart.h"
#include "gromacs/mdtypes/mdrunoptions.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/gmxmpi.h"
#include "gromacs/utility/real.h"
#include "replicaexchange.h"
Declares the routine running the inetgrators.
Classes | |
class | gmx::Mdrunner |
Runner object for supporting setup and execution of mdrun. More... | |
class | gmx::MdrunnerBuilder |
Build a gmx::Mdrunner. More... | |
Variables | |
constexpr bool | gmx::BUGFREE_NOEXCEPT_STRING = std::is_nothrow_move_assignable<std::string>::value |
Work-around for GCC bug 58265. | |