You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/preface.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ The following peer-reviewed paper discusses the development of PyLith:
17
17
18
18
To cite the software and manual, use:
19
19
20
-
- Aagaard, B., M. Knepley, C. Williams (2025a), *PyLith v4.2.0.* Davis, CA: Computational Infrastructure of Geodynamics. DOI: 10.5281/zenodo.14635926.
20
+
- Aagaard, B., M. Knepley, C. Williams (2025a), *PyLith v5.0.0.* Davis, CA: Computational Infrastructure of Geodynamics. DOI: 10.5281/zenodo.14635926.
21
21
22
-
- Aagaard, B., M. Knepley, C. Williams (2025b), *PyLith Manual, Version 4.2.0.* Davis, CA: Computational Infrastructure of Geodynamics. https://pylith.readthedocs.io/en/v4.2.0
22
+
- Aagaard, B., M. Knepley, C. Williams (2025b), *PyLith Manual, Version 5.0.0.* Davis, CA: Computational Infrastructure of Geodynamics. https://pylith.readthedocs.io/en/v5.0.0
23
23
24
24
## Publishing Models
25
25
@@ -41,7 +41,7 @@ Common output files include the solution fields and state variables in `.h5`, `.
41
41
42
42
The configuration files, parameters of the simulation, and solution field for the models in this study are available at DOI (Authors X, Y, Z) under CC BY-NC-SA 4.0.
43
43
44
-
PyLith version 4.2.0 (Aagaard et al., 2013; Aagaard et al., 2025a; Aagaard et al., 2025b) used in these models is freely available under the MIT license for download through its software landing page https://geodynamics.org/resources/pylith or Zenodo (10.5281/zenodo.14635926).
44
+
PyLith version 5.0.0 (Aagaard et al., 2013; Aagaard et al., 2025a; Aagaard et al., 2025b) used in these models is freely available under the MIT license for download through its software landing page https://geodynamics.org/resources/pylith or Zenodo (10.5281/zenodo.14635926).
45
45
The project is being actively developed on GitHub and can be accessed via https://github.com/geodynamics/pylith.
Copy file name to clipboardExpand all lines: docs/user/install/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,10 @@ You should not have a Python virtual environment activated as PyLith uses its ow
59
59
3. Unpack the tarball.
60
60
```{code-block} bash
61
61
# Linux 64-bit
62
-
tar -xzf pylith-4.2.0-linux-x86_64.tar.gz
62
+
tar -xzf pylith-5.0.0-linux-x86_64.tar.gz
63
63
64
64
# macOS
65
-
tar -xzf pylith-4.2.0-macOS-10.15-x86_64.tar.gz
65
+
tar -xzf pylith-5.0.0-macOS-10.15-x86_64.tar.gz
66
66
```
67
67
4. Set environment variables.
68
68
The provided `setup.sh` script only works if you are using a bash compatible shell.
@@ -76,20 +76,20 @@ If you are using a different shell, you will need to alter how the environment v
76
76
To bypass macOS quarantine restrictions, simply use command line program `curl` to download the tarball from within a terminal rather than using a web browser.
Alternatively, if you do download the tarball using a web browser, after you unpack the tarball you can remove the macOS quarantine flags using the following commands (requires Administrator access):
@@ -185,7 +185,7 @@ For each package this utility downloads the source code, configures it, builds i
185
185
## Verifying PyLith Installation
186
186
187
187
The easiest way to verify that PyLith has been installed correctly is to run one or more of the examples supplied with the binary and source code.
188
-
In the binary distribution, the examples are located in `src/pylith-4.2.0/examples` while in the source distribution, they are located in `pylith-4.2.0/examples`.
188
+
In the binary distribution, the examples are located in `src/pylith-5.0.0/examples` while in the source distribution, they are located in `pylith-5.0.0/examples`.
189
189
{ref}`sec-examples` discusses how to run and visualize the results for the examples.
190
190
To run the example discussed in Section {ref}`sec-examples-box-2d`:
0 commit comments