转自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
问题描述:
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