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
It also requires the MPI runtime executable (``mpiexec`` / ``mpirun``) to be from the same library that was used to compile |sklearnex| or from a compatible library. Intel's MPI runtime library is offered as a Python package ``impi_rt`` and will be installed together with the ``mpi4py`` package if executing the commands above, but otherwise, it can be installed separately from different distribution channels:
54
+
It also requires the MPI runtime executable (``mpiexec`` / ``mpirun``) to be from the same library that was used to compile |sklearnex| or from a compatible library. Intel's MPI runtime library is offered as a Python package ``impi_rt`` (conda) / ``impi-rt`` (PyPI) and will be installed together with the ``mpi4py`` package if executing the commands above, but otherwise, it can be installed separately from different distribution channels:
55
55
56
56
.. tabs::
57
57
.. tab:: From conda-forge
@@ -67,12 +67,12 @@ ensure that the spmd_backend is built.
Using other MPI backends that are not MPICH-compatible (e.g. OpenMPI) requires building |sklearnex| from source with that backend, and using an |mpi4py| built with that same backend.
Copy file name to clipboardExpand all lines: doc/sources/distributed_daal4py.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ same algorithms to much larger problem sizes.
45
45
the MPI runtime library managing the computations to be the same MPI backend library
46
46
with which the |sklearnex| library was compiled, or to be ABI compatible with it.
47
47
Distributions of the |sklearnex| in PyPI and conda-forge are both compiled with `Intel's MPI <https://www.intel.com/content/www/us/en/developer/tools/oneapi/mpi-library.html>`__
48
-
as MPI backend (offered as Python package ``impi_rt`` in both PyPI and conda): ::
48
+
as MPI backend (offered as Python package ``impi_rt`` in conda, or ``impi-rt`` in PyPI): ::
49
49
50
50
conda install -c conda-forge impi_rt mpi=*=impi
51
51
@@ -77,7 +77,7 @@ same algorithms to much larger problem sizes.
0 commit comments