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
Copy file name to clipboardExpand all lines: INSTALL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ The build-process (using setup.py) happens in 4 stages:
162
162
### Configure the Build with Environment Variables
163
163
* ``SKLEARNEX_VERSION``: sets the package version
164
164
* ``DALROOT``: sets the oneAPI Data Analytics Library path
165
-
* ``MPIROOT``: sets the path to the MPI library that will be used for distributed mode support. Not used when using `NO_DIST=1`
165
+
* ``MPIROOT``: sets the path to the MPI library that will be used for distributed mode support. If this variable is not set but `I_MPI_ROOT` is found, will use `I_MPI_ROOT` instead. Not used when using `NO_DIST=1`
166
166
* ``NO_DIST``: set to '1', 'yes' or alike to build without support for distributed mode
167
167
* ``NO_STREAM``: set to '1', 'yes' or alike to build without support for streaming mode
168
168
* ``NO_DPC``: set to '1', 'yes' or alike to build without support of oneDAL DPC++ interfaces
0 commit comments