Add a little bit of text about running QMCPACK.

Document the -debug command line option.


git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@6903 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Mark Dewing 2016-05-16 17:08:18 +00:00
parent 90a3820da6
commit fd1818c6cc
1 changed files with 13 additions and 0 deletions

View File

@ -1,12 +1,25 @@
\chapter{Running QMCPACK}
\label{chap:running}
To run QMCPACK, put one or more input file names on the command line:
\begin{verbatim}
qmcpack [command line options] <XML input file(s)>
\end{verbatim}
\section{Command line options}
\label{sec:commandline}
Command line options include
\begin{description}
\item[-debug]{ Print more information about code internals. Helpful for understanding what functions are being called for a particular input file.}
\end{description}
\section{Input files}
\label{sec:inputs}
The input is an XML file, documented in section~\ref{chap:input_overview}.
\section{Output files}
\label{sec:outputs}