我正在尝试使用 openmpi 编译程序,但我的代码没有给出任何错误,而是 mpi 标头之一:
/usr/include/openmpi-x86_64/openmpi/ompi/mpi/cxx/mpicxx.h:168: error: expected identifier before numeric constant
/usr/include/openmpi-x86_64/openmpi/ompi/mpi/cxx/mpicxx.h:168: error: expected unqualified id before numeric constant
标题中的相关代码行简单地读取:
namespace MPI {
我正在使用 mpiCC 编译器。难道我做错了什么?或者这是openmpi中的错误?
提前致谢。