Skip to content

Commit

Permalink
Merge pull request #3713 from vicentebolea/update-docs
Browse files Browse the repository at this point in the history
cmake,readthedocs: update python enable instructions
  • Loading branch information
vicentebolea authored Aug 15, 2023
2 parents ba2bb18 + 1d0b980 commit d390b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/source/setting_up/source/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ VAR VALUE Description
``ADIOS2_USE_MPI`` **ON**/OFF MPI or non-MPI (serial) build.
``ADIOS2_USE_ZeroMQ`` **ON**/OFF `ZeroMQ <http://zeromq.org/>`_ for the DataMan engine.
``ADIOS2_USE_HDF5`` **ON**/OFF `HDF5 <https://www.hdfgroup.org>`_ engine. If HDF5 is not on the syspath, it can be set using ``-DHDF5_ROOT=/path/to/hdf5``
``ADIOS2_USE_Python`` **ON**/OFF Python bindings. Python 3 will be used if found. If you want to specify a particular python version use ``-DPYTHON_EXECUTABLE=/path/to/interpreter/python``
``ADIOS2_USE_Python`` **ON**/OFF Python bindings. Python 3 will be used if found. If you want to specify a particular python version use ``-DPYTHON_EXECUTABLE=/path/to/interpreter/python -DPython_FIND_STRATEGY=LOCATION``
``ADIOS2_USE_Fortran`` **ON**/OFF Bindings for Fortran 90 or above.
``ADIOS2_USE_SST`` **ON**/OFF Simplified Staging Engine (SST) and its dependencies, requires MPI. Can optionally use LibFabric/UCX for RDMA transport. You can specify the LibFabric/UCX path manually with the -DLIBFABRIC_ROOT=... or -DUCX_ROOT=... option.
``ADIOS2_USE_BZip2`` **ON**/OFF `BZIP2 <http://www.bzip.org>`_ compression.
Expand Down

0 comments on commit d390b03

Please sign in to comment.