Eclipse无法运行MPI项目

时间:2013-10-03 16:13:31

标签: c++ linux eclipse parallel-processing mpi

我为并行应用程序develper安装了eclipse 64位,我创建了MPI hello world C Project和Toolchain:Linux Gcc。我在我的ubuntu 12.04上安装了mpich2,以便我设置项目设置:

Include Path :/usr/include/mpich2
Library name : mpich
Library search path: /usr/lib/mpich2/lib
MPI compile command : mpicc.mpich2
MPI link command: mpicc.mpich2

我希望在本地运行和调试项目,所以我将并行应用程序添加到Profile Configuratuin,但是当我设置Target System Configuration :MPICH2-Generic-interactive并且我选择本地到{时,我有Launcher错误窗口{1}}。

connection Type

Failed to create control for the dynamic tab "Basic Options"

0 个答案:

没有答案