您的位置:首页 > 编程语言 > C语言/C++

MPI编译C++程序出现#error "SEEK_SET is #defined but must not be for the C++ binding of MPI" 的解决方法

2015-07-10 15:11 1196 查看
转自VC错误:http://www.vcerror.com/?p=1627

问题描述:


MPI的mpicc和mpicxx命令编译C++程序时,可能会遇到如下三种错误信息:

#error "SEEK_SET is #defined but must not be for the C++ binding of MPI"

#error "SEEK_CUR is #defined but must not be for the C++ binding of MPI"

#error "SEEK_END is #defined but must not be for the C++ binding of MPI"

解决方法:

具体的解决方法参考文章:http://www.vcerror.com/?p=1627
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: