|
1 | | -See |
2 | | -https://github.com/geodynamics/pylith/commits/master |
| 1 | +See https://github.com/geodynamics/pylith/commits/master |
3 | 2 | for the complete log of changes made to PyLith. |
4 | 3 |
|
| 4 | +====================================================================== |
| 5 | +MIGRATING FROM VERSION 2.1 TO 2.2 |
| 6 | +====================================================================== |
| 7 | + |
| 8 | +No changes are needed to parameter or other input files. The default |
| 9 | +format for pylithinfo output is now JSON. |
| 10 | + |
| 11 | +---------------------------------------------------------------------- |
| 12 | +Version 2.2.0 |
| 13 | +---------------------------------------------------------------------- |
| 14 | + |
| 15 | +* Added a browser-based parameter viewer for interactive viewing of |
| 16 | + all PyLith parameters and version information. See Section 4.10 |
| 17 | + PyLith Parameter Viewer of the PyLith user manual. |
| 18 | + |
| 19 | +* Converted the user manual from Lyx to LaTeX and added syntax |
| 20 | + highlighting of parameter and spatial database files. Fixed several |
| 21 | + typos. |
| 22 | + |
| 23 | +* Fixed bug that sometimes resulted in an inconsistent fault |
| 24 | + orientation when running in parallel. The bug appears to have been |
| 25 | + introduced in v2.0. |
| 26 | + |
| 27 | +* Fixed two bugs in output of solution at points that sometimes |
| 28 | + happened in parallel simulations. The errors include: |
| 29 | + |
| 30 | + - The order of the station names does not match the order of the |
| 31 | + points. The point data is written in parallel by process order, |
| 32 | + so the points for process 0 are written first, then those for |
| 33 | + process 1, etc. This often results in reordering of the |
| 34 | + points. The station names were written in the original order. |
| 35 | + |
| 36 | + - The output values for some points are incorrect. The wrong cells |
| 37 | + were being used in the interpolation. |
| 38 | + |
| 39 | +* Updated PETSc to v3.7.5. |
| 40 | + |
5 | 41 | ====================================================================== |
6 | 42 | MIGRATING FROM VERSION 2.0 TO 2.1 |
7 | 43 | ====================================================================== |
8 | 44 |
|
9 | 45 | The points file for OutputSolnPoints must now contain station names as |
10 | 46 | the first column. |
11 | 47 |
|
| 48 | + |
12 | 49 | ---------------------------------------------------------------------- |
13 | 50 | Version 2.1.4 |
14 | 51 | ---------------------------------------------------------------------- |
|
0 commit comments