我正在尝试运行MPI程序,但它似乎在MPI_INIT调用时崩溃。
Visual Studio只是说exe"触发了断点"但是没有告诉我任何其他内容。我试图运行4个进程。
int main(int argc, char **argv) {
int testNumber;
long wcTime, totalWcTime;
float cpuTime, totalCPUTime;
_totalTextLength = 0;
totalWcTime = 0;
totalCPUTime = 0;
MPI_Init(&argc, &argv);
调用堆栈如下: