From 1d0b9803f5a2869e42086ad3ee21f5124923accc Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Tue, 25 Jul 2023 18:24:36 -0400 Subject: [PATCH] cmake,readthedocs: update python enable instructions --- docs/user_guide/source/setting_up/source/cmake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/source/setting_up/source/cmake.rst b/docs/user_guide/source/setting_up/source/cmake.rst index 8b0e44e54d..131cb975b6 100644 --- a/docs/user_guide/source/setting_up/source/cmake.rst +++ b/docs/user_guide/source/setting_up/source/cmake.rst @@ -84,7 +84,7 @@ VAR VALUE Description ``ADIOS2_USE_MPI`` **ON**/OFF MPI or non-MPI (serial) build. ``ADIOS2_USE_ZeroMQ`` **ON**/OFF `ZeroMQ `_ for the DataMan engine. ``ADIOS2_USE_HDF5`` **ON**/OFF `HDF5 `_ 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 `_ compression.