openmpiを使用してプログラムをコンパイルしようとしていますが、コードでエラーは発生しませんが、代わりにmpiヘッダーの1つでエラーが発生します。
/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のバグですか?
前もって感謝します。