Replace gmx_large_int_t with gmx_int64_t
[gromacs.git] / manual / programs.tex
blobe4b7e7780df4b43184c15b701e9cf7221a571e3b
1 % This file is part of the GROMACS molecular simulation package.
3 % Copyright (c) 2013, by the GROMACS development team, led by
4 % David van der Spoel, Berk Hess, Erik Lindahl, and including many
5 % others, as listed in the AUTHORS file in the top-level source
6 % directory and at http://www.gromacs.org.
8 % GROMACS is free software; you can redistribute it and/or
9 % modify it under the terms of the GNU Lesser General Public License
10 % as published by the Free Software Foundation; either version 2.1
11 % of the License, or (at your option) any later version.
13 % GROMACS is distributed in the hope that it will be useful,
14 % but WITHOUT ANY WARRANTY; without even the implied warranty of
15 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 % Lesser General Public License for more details.
18 % You should have received a copy of the GNU Lesser General Public
19 % License along with GROMACS; if not, see
20 % http://www.gnu.org/licenses, or write to the Free Software Foundation,
21 % Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23 % If you want to redistribute modifications to GROMACS, please
24 % consider that scientific software is very special. Version
25 % control is crucial - bugs must be traceable. We will be happy to
26 % consider code for inclusion in the official distribution, but
27 % derived work must not be called official GROMACS. Details are found
28 % in the README & COPYING files - if they are missing, get the
29 % official version at http://www.gromacs.org.
31 % To help us fund GROMACS development, we humbly ask that you cite
32 % the research papers on the package. Check out http://www.gromacs.org
34 \chapter{Run parameters and Programs}
35 \label{ch:programs}
37 \section{On-line and HTML manuals}
38 \index{online manual}
39 \index{html manual}
40 % TODO Check that these statements and default file locations are
41 % current when the help-writing module has stabilized
42 All the information in this chapter can also be found in HTML
43 format in your {\gromacs} data directory. The path depends on
44 where your files are installed, but the default location is
45 {\tt /usr/local/gromacs/share/gromacs/html/online.html}.
46 If you installed from Linux packages it can typically be found as
47 {\tt /usr/share/gromacs/html/online.html}.
48 You can also use the online manual from the {\gromacs} web site,
49 \url{http://manual.gromacs.org/current}.
51 In addition, we install standard UNIX man pages for all the programs. If
52 you have sourced the {\tt GMXRC} script in the {\gromacs} binary directory for
53 your host they should already be present in your {\tt MANPATH} environment variable, and you
54 should be able to type {\eg} {\tt man gmx-grompp}. You can also use
55 the {\tt -h} flag on the command line (e.g. {\tt gmx grompp -h}) to
56 see the same information, as well as {\tt gmx help grompp}.
57 The list of all programs are available from {\tt gmx help}.
59 \section{File types\swapindexquiet{file}{type}}
60 \label{sec:fileformats}
61 \tabref{form} lists the file types used by {\gromacs} along with
62 a short description, and you can find a more detail description for
63 each file in your HTML reference, or in our online version.
65 {\gromacs} files written in \normindex{XDR} format can be read on any
66 architecture with {\gromacs} version 1.6 or later if the configuration
67 script found the XDR libraries on your system. They should always be
68 present on UNIX since they are necessary for NFS support.
70 \input{files}
72 \section{Run Parameters\swapindexquiet{run}{parameter}}
73 \input{mdp_opt}
75 % LocalWords: online html GMXRC MANPATH grompp xdr NFS