Paddle Gloo not disabled by WITH_DISTRIBUTE=OFF

vyswwuz2  于 2022-12-31  发布在  其他
关注(0)|答案(3)|浏览(153)

问题描述 Issue Description

Gloo is not disabled by the CMake build option -DWITH_DISTRIBUTE=OFF

PADDLE_WITH_GLOO is just a runtime and not a build time option.

Please supply an option to compile PaddlePaddle without Gloo (on par with PyTorch's USE_GLOO=OFF ) when the build shall just run locally.

版本&环境信息 Version & Environment Information

Paddle version: None
Paddle With CUDA: None

OS: Arch Linux rolling
Python version: 3.10.4

CUDA version: None
cuDNN version: None.None.None
Nvidia driver version: None

ilmyapht

ilmyapht1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档常见问题历史IssueAI社区 来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

t2a7ltrp

t2a7ltrp2#

您好,感谢反馈:)我们已经联系了分布式的同学帮忙解决

djp7away

djp7away3#

-DWITH_GLOO=OFF
可以参考这个 https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/scripts/paddle_build.sh#L207-L208

相关问题