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
* Expand PDF title/copyright pages
* Manually break long code lines in installation-special-systems.md
* Add absolute width to the release-strategy images
As mentioned above, we want to use `mpi.intel/2018_gcc`. You may get an error message if you run the configuration script without specifying the `mpi-dir`. If you use another version, you can look it up with `module show` under `I_MPI_ROOT`. Then, run the `configure` script and follow the instructions:
@@ -585,7 +597,9 @@ Type "help", "copyright", "credits" or "license" for more information.
585
597
You might face this problem:
586
598
587
599
```bash
588
-
/.../.conda/envs/precice/lib/python3.12/site-packages/dolfin/jit/jit.py:46: RuntimeWarning: mpi4py.MPI.Session size changed, may indicate binary incompatibility. Expected 32 from C header, got 40 from PyObject
RuntimeWarning: mpi4py.MPI.Session size changed, may indicate binary incompatibility.
602
+
Expected 32 from C header, got 40 from PyObject
589
603
```
590
604
591
605
Please check your `mpi4py` version via `python -c "import mpi4py; print(mpi4py.__version__)`. If you are using a version `>= 4.x`, downgrade to the `3.x` version by running
preCICE is free/open-source software, using the GNU LGPL3 license. The code is publicly available and actively developed on Github at <ahref="https://github.com/precice/precice">https://github.com/precice/precice</a>.
19
+
This PDF document is a snapshot of the preCICE documentation hosted at <ahref="https://precice.org">precice.org</a> as of {{ site.time | date: '%B %d, %Y' }}. The HTML/CSS version of the documentation is available on Github at
20
+
<ahref="https://github.com/precice/precice.github.io">https://github.com/precice/precice.github.io</a> and can also be built locally.
21
+
More snapshots are listed on <ahref="https://precice.org/fundamentals-previous-versions.html">https://precice.org/fundamentals-previous-versions.html</a>.
20
22
</p>
21
23
<p>
22
-
This pdf document is a snapshot of the preCICE documentation hosted at <ahref="https://precice.org">precice.org</a> as of {{ site.time | date: '%B %d, %Y' }}. The HTML/CSS version of the documentation is available on Github at
23
-
<ahref="https://github.com/precice/precice.github.io">https://github.com/precice/precice.github.io</a> and can also be built locally with Jekyll. For more information consult the <ahref="https://github.com/precice/precice.github.io#readme">README</a> in this repository.
24
+
This snapshot has been generated with a non-commercial license of Prince: <ahref="https://www.princexml.com/">https://www.princexml.com/</a>. While we do our best to improve the quality of this PDF archive, some content is only meant for online use, or still needs typesetting adjustments. Find more details on how we generate this archive on <ahref="https://precice.org/docs-meta-publish-to-pdf.html">https://precice.org/docs-meta-publish-to-pdf.html</a> and help us improve it.
25
+
</p>
26
+
<p>
27
+
preCICE is free/open-source software. The core library is distributed under the <ahref="https://www.gnu.org/licenses/lgpl-3.0.html">GNU LGPL3</a> license. The code is publicly available and actively developed on <ahref="https://github.com/precice">GitHub</a>. Further components of the preCICE ecosystem are distributed under different free/open-source licenses and maintained in separate repositories, following independent release cycles and versioning systems.
28
+
The documentation is licensed under the <ahref="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International</a> license. License information: <ahref="https://precice.org/fundamentals-license.html">https://precice.org/fundamentals-license.html</a>.
0 commit comments