updated FindCUDA to version from cmake 2.8.1 for CUDA 2.3 support
[gromacs/rigid-bodies.git] / man / man1 / gmxdump.1
blobcd8329e2b63700691a4b51642198443e57c14be1
1 .TH gmxdump 1 "Thu 16 Oct 2008"
2 .SH NAME
3 gmxdump - makes binary files human readable
5 .B VERSION 4.0
6 .SH SYNOPSIS
7 \f3gmxdump\fP
8 .BI "-s" " topol.tpr "
9 .BI "-f" " traj.xtc "
10 .BI "-e" " ener.edr "
11 .BI "-cp" " state.cpt "
12 .BI "-om" " grompp.mdp "
13 .BI "-[no]h" ""
14 .BI "-nice" " int "
15 .BI "-[no]nr" ""
16 .SH DESCRIPTION
17 gmxdump reads a run input file (
18 .B .tpa
20 .B .tpr
22 .B .tpb
24 a trajectory (
25 .B .trj
27 .B .trr
29 .B .xtc
30 ) or an energy
31 file (
32 .B .ene
34 .B .edr
35 ) and prints that to standard
36 output in a readable format. This program is essential for
37 checking your run input file in case of problems.
40 When requesting to dump a topology file the program will dump
41 the processed topology, since not all original information is maintained
42 in tpr files.
43 .SH FILES
44 .BI "-s" " topol.tpr" 
45 .B Input, Opt.
46  Run input file: tpr tpb tpa 
48 .BI "-f" " traj.xtc" 
49 .B Input, Opt.
50  Trajectory: xtc trr trj gro g96 pdb cpt 
52 .BI "-e" " ener.edr" 
53 .B Input, Opt.
54  Energy file: edr ene 
56 .BI "-cp" " state.cpt" 
57 .B Input, Opt.
58  Checkpoint file 
60 .BI "-om" " grompp.mdp" 
61 .B Output, Opt.
62  grompp input file with MD parameters 
64 .SH OTHER OPTIONS
65 .BI "-[no]h"  "no    "
66  Print help info and quit
68 .BI "-nice"  " int" " 0" 
69  Set the nicelevel
71 .BI "-[no]nr"  "yes   "
72  Show index numbers in output (leaving them out makes comparison easier, but creates a useless topology)