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
"MPI is not found. Please define onnxruntime_MPI_HOME to specify the path of MPI. Otherwise, NCCL will be disabled."
1671
-
"or you can remove --use_mpi from build args to disable MPI."
1672
-
)
1673
-
endif()
1674
-
endif()
1675
-
1676
1653
# Find NCCL
1677
1654
if (onnxruntime_USE_NCCL)
1678
1655
if (onnxruntime_USE_CUDA)
@@ -1742,13 +1719,9 @@ if (UNIX OR onnxruntime_USE_NCCL)
1742
1719
endif()
1743
1720
else()
1744
1721
set(onnxruntime_USE_NCCL OFF)
1745
-
set(onnxruntime_USE_MPI OFF)
1746
-
message( WARNING "MPI and NCCL are disabled because build is on Windows or USE_NCCL is set to OFF." )
1722
+
message( WARNING "NCCL is disabled because build is on Windows or USE_NCCL is set to OFF." )
1747
1723
endif()
1748
1724
1749
-
if (onnxruntime_USE_MPI)
1750
-
add_definitions(-DUSE_MPI=1)
1751
-
endif()
1752
1725
1753
1726
# Default version parts for Microsoft.AI.MachineLearning.dll, onnxruntime.dll, onnxruntime_providers_openvino.dll and onnxruntime_providers_shared.dll in non-ADO pipeline local builds
1754
1727
set(VERSION_MAJOR_PART 0 CACHESTRING"First part of numeric file/product version.")
0 commit comments