Version number
From Gerris
(Difference between revisions)
| Revision as of 09:06, 4 April 2010 Popinet (Talk | contribs) (Updated for move to patch-tag.com) ← Previous diff |
Current revision Popinet (Talk | contribs) (Moved stable darcs to d'Alembert) |
||
| Line 12: | Line 12: | ||
| ... | ... | ||
| - | The library version number is <code>1.1.1</code> built from snapshot version <code>070905-000904</code>. The snapshot version number indicates that the latest darcs patch for this version was merged on the 5th of September 2007 (<code>070905</code>) at 00:09:04 UTC. Using this information it is possible to reconstruct exactly the same version from the [http://patch-tag.com/r/popinet/gerris-stable public darcs repository] at any time later than this date. | + | The library version number is <code>1.1.1</code> built from snapshot version <code>070905-000904</code>. The snapshot version number indicates that the latest darcs patch for this version was merged on the 5th of September 2007 (<code>070905</code>) at 00:09:04 UTC. Using this information it is possible to reconstruct exactly the same version from the [http://gerris.dalembert.upmc.fr/darcs/gerris-stable public darcs repository] at any time later than this date. |
| The version number of the code used to generate a given simulation file is also stored at the top of the file in a comment line. For example, a simulation file generated using the version above would start with something like: | The version number of the code used to generate a given simulation file is also stored at the top of the file in a comment line. For example, a simulation file generated using the version above would start with something like: | ||
Current revision
The version number of Gerris is given by the command:
% gerris2D -V
or
% gerris2D --version
which will return something looking like:
gerris: using 2D libgfs version 1.1.1 (070905-000904) ...
The library version number is 1.1.1 built from snapshot version 070905-000904. The snapshot version number indicates that the latest darcs patch for this version was merged on the 5th of September 2007 (070905) at 00:09:04 UTC. Using this information it is possible to reconstruct exactly the same version from the public darcs repository at any time later than this date.
The version number of the code used to generate a given simulation file is also stored at the top of the file in a comment line. For example, a simulation file generated using the version above would start with something like:
# Gerris Flow Solver 2D version 1.1.1 (070905-000904)
3 2 GfsSimulation GfsBox GfsGEdge { variables = P,Pmac,U,V,T binary = 1 } {
...

