.. _gmx report-methods:

gmx report-methods
==================

Synopsis
--------

.. parsed-literal::

    gmx report-methods [:strong:`-s` :emphasis:`[<.tpr/.gro/...>]`] [:strong:`-m` :emphasis:`[<.tex>]`] [:strong:`-o` :emphasis:`[<.out>]`]

Description
-----------

``gmx report-methods`` reports basic system information for the run input
file specfied with ``-s`` either to the
terminal, to a LaTeX formatted output file if run with
the ``-m`` option or to an unformatted file with
the ``-o`` option.
The functionality has been moved here from its previous
place in :doc:`gmx check <gmx-check>`.

Options
-------

Options to specify input files:

``-s`` [<.tpr/.gro/...>] (topol.tpr)
    Run input file for report: :ref:`tpr` :ref:`gro` :ref:`g96` :ref:`pdb` brk ent

Options to specify output files:

``-m`` [<.tex>] (report.tex) (Optional)
    LaTeX formatted report output
``-o`` [<.out>] (report.out) (Optional)
    Unformatted report output to file

.. only:: man

   See also
   --------

   :manpage:`gmx(1)`

   More information about |Gromacs| is available at <http://www.gromacs.org/>.