首页 > 解决方案 > MPI程序给出MPI-通道初始化失败我该如何解决这个错误?

问题描述

我正在运行一个简单的 MPI 程序来破解加密密码。该程序已完全编译,但如果我运行mpirun -n 3 ./passwordcracking.py ./a | grep命令行中的时间我无法运行 MPI 程序

该程序显示:

MPID_Init(162).......: channel initialization failed

而当我之前写python./passwordcracking.py

另一个错误显示:

HYDU_create_process (utils/launch/launch.c:74): execvp error on file python (No such file or directory)

筛选证据

标签: pythoncmpi

解决方案


推荐阅读