aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/developers
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2021-12-21 10:54:20 -0800
committerGravatar GitHub <noreply@github.com> 2021-12-21 10:54:20 -0800
commit67cbc471bdd94217d34ee2e8b8ccda5dc93cfa7d (patch)
treec53118ff7774d077b03c7026050a7861bf0cd614 /Docs/source/developers
parent038af1cc1ebf250d0633f21d4a2579c1bad03f34 (diff)
downloadWarpX-67cbc471bdd94217d34ee2e8b8ccda5dc93cfa7d.tar.gz
WarpX-67cbc471bdd94217d34ee2e8b8ccda5dc93cfa7d.tar.zst
WarpX-67cbc471bdd94217d34ee2e8b8ccda5dc93cfa7d.zip
CMake: openPMD on by default (#2698)
openPMD builds are stable enough to be default-ON. Due to lacking heuristicst, we don't enable openPMD by default in GNUmake. (Further environments hints, e.g. `PKG_CONFIG_PATH`, or a system-path install are needed there.)
Diffstat (limited to 'Docs/source/developers')
-rw-r--r--Docs/source/developers/gnumake/openpmd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/source/developers/gnumake/openpmd.rst b/Docs/source/developers/gnumake/openpmd.rst
index 4721fb570..824624317 100644
--- a/Docs/source/developers/gnumake/openpmd.rst
+++ b/Docs/source/developers/gnumake/openpmd.rst
@@ -114,7 +114,7 @@ Finally, compile WarpX:
.. note::
- If you compile with :ref:`CMake <install-developers>`, all you need to add is the ``-DWarpX_OPENPMD=ON`` option, and we will download and build openPMD-api on-the-fly.
+ If you compile with :ref:`CMake <install-developers>`, all you need to add is the ``-DWarpX_OPENPMD=ON`` option (on by default), and we will download and build openPMD-api on-the-fly.
When running WarpX, we will recall where you installed openPMD-api via RPATHs, so you just need to load the same module environment as used for building (same MPI, HDF5, ADIOS2, for instance).