forked from mindspore-Ecosystem/mindspore
Fix gpu_collective.so load issue
This commit is contained in:
parent
c2a5cc1486
commit
8c1e6358c7
|
@ -473,6 +473,7 @@ if(ENABLE_GPU)
|
||||||
if(ENABLE_MPI)
|
if(ENABLE_MPI)
|
||||||
set_target_properties(_ms_mpi PROPERTIES INSTALL_RPATH ${MINDSPORE_RPATH})
|
set_target_properties(_ms_mpi PROPERTIES INSTALL_RPATH ${MINDSPORE_RPATH})
|
||||||
set_target_properties(nvidia_collective PROPERTIES INSTALL_RPATH ${ORIGIN_PATH})
|
set_target_properties(nvidia_collective PROPERTIES INSTALL_RPATH ${ORIGIN_PATH})
|
||||||
|
set_target_properties(gpu_collective PROPERTIES INSTALL_RPATH ${ORIGIN_PATH})
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue