1 <title>tpr file format
</title>
3 The tpr file extension stands for portable binary run input file. This file
4 contains the starting structure of your simulation, the molecular topology
5 and all the simulation parameters. Because this file is in binary format it
6 cannot be read with a normal editor. To read a portable binary run input
9 %
<a href=
"../programs/gmx-dump.html">gmx dump
</a> -s topol.tpr
11 or if you're not such a fast reader:
13 % gmxdump -s topol.tpr | more
17 You can also compare two tpr files using:
19 %
<a href=
"../programs/gmx-check.html">gmx check
</a> -s1 top1 -s2 top2 | more