STYLE: mention scalar/label size in README

This commit is contained in:
mattijs
2019-10-16 14:40:00 +01:00
committed by Andrew Heather
parent ad5be0586b
commit 5d8b18d452

View File

@ -10,7 +10,7 @@ mechanics and electromagnetics.
OpenFOAM is professionally released every six months to include OpenFOAM is professionally released every six months to include
customer sponsored developments and contributions from the community - customer sponsored developments and contributions from the community -
individual and group contributors, fork re-integrations (including from individual and group contributors, re-integrations (including from
FOAM-extend and OpenFOAM Foundation Ltd) - in this Official Release FOAM-extend and OpenFOAM Foundation Ltd) - in this Official Release
sanctioned by the OpenFOAM Worldwide Trademark Owner aiming towards sanctioned by the OpenFOAM Worldwide Trademark Owner aiming towards
one OpenFOAM. one OpenFOAM.
@ -74,13 +74,17 @@ Arch: LSB;label=32;scalar=64
``` ```
This output contains all of the more interesting information that we need: This output contains all of the more interesting information that we need:
| item | value | | item | value |
|---------------|---------------| |-----------------------|---------------|
| version | v1812.local | | version | v1812.local |
| api | 1812 | | api | 1812 |
| commit | 65d6551ff7 | | commit | 65d6551ff7 |
| author date | 20190530 | | author date | 20190530 |
| patch-level | (20)190531 | | patch-level | (20)190531 |
| label/scalar size | 32/64 bits |
The Arch information may also include the `solveScalar` size
if different than the `scalar` size.
As can be seen in this example, the git build information is As can be seen in this example, the git build information is
supplemented by the date when the last change was authored, which can supplemented by the date when the last change was authored, which can