Simplified uniform GPU selection in CMake
[gromacs.git] / src / gromacs / tools / tests / refdata / HelpwritingTest_ReportMethodsWritesHelp.xml
blobe4415ef84149c4a9db784519cfc8de6508ade26c
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <String Name="HelpOutput"><![CDATA[
5 SYNOPSIS
7 test report-methods [-s [<.tpr/.gro/...>]] [-m [<.tex>]] [-o [<.out>]]
9 DESCRIPTION
11 test report-methods reports basic system information for the run input file
12 specfied with -s either to the terminal, to a LaTeX formatted output file if
13 run with the -m option or to an unformatted file with the -o option. The
14 functionality has been moved here from its previous place in [gmx-check].
16 OPTIONS
18 Options to specify input files:
20  -s      [<.tpr/.gro/...>]  (topol.tpr)
21            Run input file for report: tpr gro g96 pdb brk ent
23 Options to specify output files:
25  -m      [<.tex>]           (report.tex)     (Opt.)
26            LaTeX formatted report output
27  -o      [<.out>]           (report.out)     (Opt.)
28            Unformatted report output to file
29 ]]></String>
30 </ReferenceData>