2015-05-24 49 views
0

我想用Intel跟踪分析器和收集器来分析mpi程序。我做以下步骤:1 )mpiicc -trace first.cpp second.cpp -o PROG 2)程序mpiexec -n 3 prog.exe 第2步后,我得到一个错误:mpiexec - 连接到服务的错误

Error connecting to the Service 
[[email protected]] ..\hydra\utils\sock\sock.c (270): unable to connect from "crop" to "crop" (No error) 
read from stdin failed, error 9. 
[[email protected]] ..\hydra\tools\demux\demux_select.c (78): select error (No such file or directory) 
[[email protected]] ..\hydra\pm\pmiserv\pmiserv_pmci.c (501): error waiting for event 
[[email protected]] ..\hydra\ui\mpich\mpiexec.c (1059): process manager error waiting for completion 

做什么,他们意味着什么,我该如何解决它?

回答

0

据我了解,您使用Windows的英特尔MPI库。正确? 如果是这样,请确保您已启动流程管理器服务(Hydra或SMPD) - 有关如何启动它们的详细信息,请参阅用户指南。