提交 7d406e8e 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!368 Fix _ms_mpi package path

Merge pull request !368 from ZhouFeng/fix-pkg-path
...@@ -92,12 +92,16 @@ endif () ...@@ -92,12 +92,16 @@ endif ()
if (ENABLE_GPU) if (ENABLE_GPU)
if (ENABLE_MPI) if (ENABLE_MPI)
install( install(
TARGETS _ms_mpi gpu_collective TARGETS _ms_mpi
DESTINATION ${INSTALL_BASE_DIR}
COMPONENT mindspore
)
install(
TARGETS gpu_collective
DESTINATION ${INSTALL_LIB_DIR} DESTINATION ${INSTALL_LIB_DIR}
COMPONENT mindspore COMPONENT mindspore
) )
endif () endif ()
install( install(
TARGETS gpu_queue TARGETS gpu_queue
DESTINATION ${INSTALL_LIB_DIR} DESTINATION ${INSTALL_LIB_DIR}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册