gpt4 book ai didi

c++ - mpi应用程序无法连接到(空)smpd管理器:55846错误1722

转载 作者:行者123 更新时间:2023-12-01 14:59:04 24 4
gpt4 key购买 nike

使用Microsoft HPC Pack 2008 SDKMicrosoft SDK 9
代码(ReadText.cpp):

#include "stdafx.h"
#include<iostream>
#include<mpi.h>
using namespace std;
int main(int argc, char* argv[])
{
cout << "before mpi init\n";
cout.flush();

MPI_Init(&argc, &argv);

cout << "after mpi init\n";
cout.flush();

MPI_Finalize();
cout << "after mpi finit\n";
cout.flush();
return 0;
}

运行命令行后:
mpiexec -n 1 ReadText.exe

得到了输出:
before mpi init

Aborting: mpi appplication on LAPTOP-TL0C61UH is unable to connect to the smpd manager on (null):56041 error 1722

job aborted:
[ranks] message

[0] fatal error
Fatal error in MPI_Init: Other MPI error, error stack:
MPI_Init(argc_p=0x00CFFA1C, argv_p=0x00CFFA08) failed

当使用 mpiexec运行 -debug时得到以下输出: https://justpaste.it/2elu1

在互联网上找不到解决此问题的有用信息...

最佳答案

我有与您相同的错误。我所做的事情是卸载Microsoft HPC Pack 2008 SDK和Microsoft SDK9。并安装了带有其SDk的Microsoft MPI v10.1.2。

你可以找到它Here.

关于c++ - mpi应用程序无法连接到(空)smpd管理器:55846错误1722,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50551758/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com