[mpich-discuss] [mpich2-maint] questions

Jayesh Krishna jayesh at mcs.anl.gov
Thu May 12 13:49:51 CDT 2011


Hi,

1. Spawn should work even if the application is not launched using mpiexec.
2. To compile MPICH2, try the following,

2.1) Download the MPICH2 source (http://www.mcs.anl.gov/research/projects/mpich2/downloads/index.php?s=downloads) and untar it.
2.2) Run "cscript winconfigure.wsf --cleancode" (This should create the appropriate header files)
2.3) Follow the steps in the BUILD_RELEASE section of makewindist.bat (https://svn.mcs.anl.gov/repos/mpi/mpich2/trunk/makewindist.bat).

 Alternately, you can download and install the Cygwin package and build MPICH2 from source (configure/make/make install) and use a debugger like gdb to step through the code.
 
Regards,
Jayesh

----- Original Message -----
From: "姚远志" <yaoyuanzhi at qq.com>
To: "mpich2-maint" <mpich2-maint at mcs.anl.gov>
Sent: Thursday, May 12, 2011 1:38:21 PM
Subject: [mpich2-maint] questions



Dear Sir; 

My name is yao yuanzhi,an engineer of a acedemic institute of China.now I have some special requirments in using MPICH. But I face up some trouble: 

1. I want my software to call some prccesses to meet my computing requirments, so I choose SPAWN(). In your user guide, you said the parent proc should be lanuched by mpiexec. If my software call the SPAWN() function, so my software should be run by mpiexec. But I tried several times, it runs well without mpiexec. In your guide you said that style is not full support, So I was worry about if that may cause some error. 
Could you explain that the meaning of "not fully support" ,in other words ,I want to kown, in what situation the error will be caused? 
Or maybe I should lanched the whole software by mpiexec!? 

2.I want to see the source code of the MPICH2,so I download the "mpich2-1.3.2p1.tar" , Certainly I follow the guide of yours "windowsdeveloperguide" but failed. My IDE is VS2005, but yours are 2003, so does that error caused by the difference of IDE? 
And then I open the "mpich2.sln",when I build the project for example "mpich2", the error emerged,like" 
Cannot open include file: 'romioconf.h': No such file or directory " 
Cannot open include file: 'mpichconf.h': No such file or directory 
I don't know why! Also some of the file in your project I can't open. 

Thank you very much for your time and consideration.Looking forward to hearing from you soon! 

best 

Yuanzhi Yao 

_______________________________________________
mpich2-maint mailing list
mpich2-maint at lists.mcs.anl.gov
https://lists.mcs.anl.gov/mailman/listinfo/mpich2-maint


More information about the mpich-discuss mailing list