diff options
author | 2021-12-21 10:54:20 -0800 | |
---|---|---|
committer | 2021-12-21 10:54:20 -0800 | |
commit | 67cbc471bdd94217d34ee2e8b8ccda5dc93cfa7d (patch) | |
tree | c53118ff7774d077b03c7026050a7861bf0cd614 /Docs/source/install/hpc/perlmutter.rst | |
parent | 038af1cc1ebf250d0633f21d4a2579c1bad03f34 (diff) | |
download | WarpX-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/install/hpc/perlmutter.rst')
-rw-r--r-- | Docs/source/install/hpc/perlmutter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/source/install/hpc/perlmutter.rst b/Docs/source/install/hpc/perlmutter.rst index e8b532ea8..3478bc5fb 100644 --- a/Docs/source/install/hpc/perlmutter.rst +++ b/Docs/source/install/hpc/perlmutter.rst @@ -102,7 +102,7 @@ Then, ``cd`` into the directory ``$HOME/src/warpx`` and use the following comman cd $HOME/src/warpx rm -rf build - cmake -S . -B build -DWarpX_OPENPMD=ON -DWarpX_DIMS=3 -DWarpX_COMPUTE=CUDA + cmake -S . -B build -DWarpX_DIMS=3 -DWarpX_COMPUTE=CUDA cmake --build build -j 32 The general :ref:`cmake compile-time options <building-cmake>` apply as usual. |