... | ... | @@ -68,21 +68,21 @@ until completion of a particular project. |
|
|
The system installation prefix `/usr/lib/openfoam` is used, below
|
|
|
which individual versions are located.
|
|
|
For example,
|
|
|
- `/usr/lib/openfoam/openfoam2312/`
|
|
|
- `/usr/lib/openfoam/openfoam2306/`
|
|
|
- `/usr/lib/openfoam/openfoam2212/`
|
|
|
- `/usr/lib/openfoam/openfoam2206/`
|
|
|
- `/usr/lib/openfoam/openfoam2112/`
|
|
|
- `/usr/lib/openfoam/openfoam2106/`
|
|
|
- ...
|
|
|
|
|
|
|
|
|
The OpenFOAM bash session wrapper will be created under `/usr/bin`.
|
|
|
For example,
|
|
|
- `/usr/bin/openfoam2312`
|
|
|
- `/usr/bin/openfoam2306`
|
|
|
- `/usr/bin/openfoam2212`
|
|
|
- `/usr/bin/openfoam2206`
|
|
|
- `/usr/bin/openfoam2112`
|
|
|
- `/usr/bin/openfoam2106`
|
|
|
- ...
|
|
|
|
|
|
|
... | ... | @@ -95,7 +95,7 @@ need"_ approach [more control, less diskspace]. Another group of users |
|
|
prefers the _"just install everything"_ approach [less control, more
|
|
|
diskspace].
|
|
|
We have attempted to strike a reasonable balance between both. For
|
|
|
any given *base* package (e.g., `openfoam2306` etc), there are a variant
|
|
|
any given *base* package (e.g., `openfoam2312` etc), there are a variant
|
|
|
of sub-packages (_"only-what-I-need"_), but also a `default` package for
|
|
|
the _"install-everything"_ folks.
|
|
|
|
... | ... | @@ -134,10 +134,10 @@ the same system, some installations use a meta-package structure: |
|
|
|---------------|---------------|
|
|
|
| openfoam | The top-level meta package that provides links and requirements for the most recent OpenFOAM release |
|
|
|
| openfoam-selector | Similar to mpi-selector, used to switch active OpenFOAM versions |
|
|
|
| openfoam2112 | The maintenance version for v2112 |
|
|
|
| openfoam2106 | The maintenance version for v2106 |
|
|
|
| openfoam2306 | The maintenance version for v2306 |
|
|
|
| openfoam2212 | The maintenance version for v2212 |
|
|
|
|
|
|
The version-specific packages (eg, `openfoam2306`, `openfoam2212`, ...)
|
|
|
The version-specific packages (eg, `openfoam2312`, `openfoam2306`, ...)
|
|
|
install into distinct directories so that it is possible to have
|
|
|
multiple versions available on your systems.
|
|
|
The top-level `openfoam` package registers which of the
|
... | ... | |