Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行 NAS-UPC 基准来研究它的配置文件。UPC 使用 MPI 与远程进程通信。
当我使用 64 个进程运行基准测试时,出现以下错误
upcrun -n 64 bt.C.64 "Timeout in making connection to remote process on <<machine name>>"
谁能告诉我为什么会发生这个错误?
这可能意味着您无法生成远程进程 - upcrun 将其委托给每个管道机制,这可能涉及您的调度程序(如果有)。我的猜测是你依赖于 ssh 类型的远程访问,而这失败了,可能是因为你没有设置密钥、代理或基于主机的信任。你可以在没有密码的情况下 ssh 到你的远程节点吗?远程节点(路径等)上的健全环境?
“upcrun -v” 可以说明问题,即使不求助于手册页;)