|
本帖最后由 ginlpein 于 2024-5-11 08:43 编辑
您好,请问您使用的是什么系统?我用Rocky9.3 EPYC 7763的机子。AOCC和AOCL用的AMD官网4,2的rpm包,yum localinstall 完成安装。但是在openmpi5.0.3编译的时候make各种错误(有和楼主一样的,退回4.1.6也不管用),make/make all都过不去,根本没法make install。
请问你用的系统和机子大概是咋样的?然后你编译前的软件环境大概是啥样的?我希望能够参考一下~
被openmpi编译搞了好久,一直搞不定。。。
make时候标红主要错误比如这俩,我用gcc11和gcc13俩版本试了都这毛病。。。
clang-16: error: clang frontend command failed with exit code 139 (use -v to see invocation)
clang-16: error: no such file or directory: './.libs/libevent.so'
其他一般错误又有一堆:
make[4]: *** [Makefile:1485: prted/libprrte_la-prted_comm.lo] Error 1
make[4]: Leaving directory '/opt/openmpi-5.0.3/3rd-party/prrte/src'
make[3]: *** [Makefile:1705: all-recursive] Error 1
make[3]: Leaving directory '/opt/openmpi-5.0.3/3rd-party/prrte/src'
make[2]: *** [Makefile:801: all-recursive] Error 1
make[2]: Leaving directory '/opt/openmpi-5.0.3/3rd-party/prrte'
make[1]: *** [Makefile:1406: all-recursive] Error 1
make[1]: Leaving directory '/opt/openmpi-5.0.3/3rd-party'
make: *** [Makefile:1533: all-recursive] Error 1
make那步有些炸。。。大佬有没法子看出门道,或提供一下你的环境配置我参考一下。。。
|
|