Answered by:
Error Message

Question
-
When I command line :
mpiexec -n 2 E:\MPI\MPI.exe
I got a error message :
[01:4792]....ERROR:unable to read the cmd header on the pmi context, Error = -1
[01:4928]....ERROR:unable to read the cmd header on the pmi context, Error = -1
How can I solve this problem !?
I already install MPICH2 on My OS Windows HPC Server 2008 .Wednesday, December 2, 2009 9:07 AM
Answers
-
You can download the Windows HPC SDK from http://www.microsoft.com/downloads/details.aspx?familyid=12887da1-9410-4a59-b903-693116bfd30e&displaylang=en
which includes the headers and libraries.
.Erez- Marked as answer by YuJinSu Tuesday, December 8, 2009 2:18 PM
Tuesday, December 8, 2009 1:13 AM -
or better use the SP1 version of the sdk from http://www.microsoft.com/downloads/details.aspx?familyid=3FE15731-B1B6-42DE-B278-5CCD46C0863B&displaylang=en
.Erez- Marked as answer by YuJinSu Tuesday, December 8, 2009 2:18 PM
Tuesday, December 8, 2009 1:14 AM
All replies
-
Most likely you have a mix of MPICH2 and MSMPI on your cluster.
Compile your program using mpi.h and msmp.lib provided in the HPC SDK directory.
.ErezFriday, December 4, 2009 4:38 PM -
Most likely you have a mix of MPICH2 and MSMPI on your cluster.
Compile your program using mpi.h and msmp.lib provided in the HPC SDK directory.
.Erez
How can I find the MS-MPI mpi.h and msmp.lib !?
Because my MPI program use MPICH2's mpi.h and msmp.lib.Monday, December 7, 2009 7:51 AM -
You can download the Windows HPC SDK from http://www.microsoft.com/downloads/details.aspx?familyid=12887da1-9410-4a59-b903-693116bfd30e&displaylang=en
which includes the headers and libraries.
.Erez- Marked as answer by YuJinSu Tuesday, December 8, 2009 2:18 PM
Tuesday, December 8, 2009 1:13 AM -
or better use the SP1 version of the sdk from http://www.microsoft.com/downloads/details.aspx?familyid=3FE15731-B1B6-42DE-B278-5CCD46C0863B&displaylang=en
.Erez- Marked as answer by YuJinSu Tuesday, December 8, 2009 2:18 PM
Tuesday, December 8, 2009 1:14 AM -
or better use the SP1 version of the sdk from http://www.microsoft.com/downloads/details.aspx?familyid=3FE15731-B1B6-42DE-B278-5CCD46C0863B&displaylang=en
.Erez
thank you !!
I will try it .Tuesday, December 8, 2009 4:08 AM -
or better use the SP1 version of the sdk from http://www.microsoft.com/downloads/details.aspx?familyid=3FE15731-B1B6-42DE-B278-5CCD46C0863B&displaylang=en
Thank you !
.Erez
I will try it.Tuesday, December 8, 2009 4:09 AM