我正在用C++编写一个使用MPI的程序。我的代码的简化版本是#include#include#include#include#defineRNumber3000000//Numberofloopstogousingnamespacestd;classLObject{/*Somethinghere*/public:voidFillArray(long*RawT){/*Doessomething*/for(inti=0;i程序编译正常,但在执行时给出了段错误。消息是===============================================================