<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>RE: [mpich-discuss] MPICH2 on Windows Server</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&nbsp;Hi,<BR>
&nbsp; Once you have MPICH2 installed on a windows machine, the process manager is already installed/running on the machine (No specific configurations required). The firewall may block connections to the machine, so make sure firewall is turned off (or use appropriate rules as mentioned in the windows developer's guide - <A HREF="http://www.mcs.anl.gov/research/projects/mpich2/documentation/index.php?s=docs">http://www.mcs.anl.gov/research/projects/mpich2/documentation/index.php?s=docs</A>) on the machines.<BR>
&nbsp;You can use a machinefile to provide information on the nodes used to launch your MPI job. In your case you can create a machinefile, say mf.txt, containing the text &quot;G-server:8&quot; and launch your job using the &quot;-machinefile&quot; option of mpiexec (mpiexec -machinefile mf.txt -n 8 cpi.exe).<BR>
&nbsp;Let us know if you need further assistance.<BR>
<BR>
Regards,<BR>
Jayesh<BR>
<BR>
-----Original Message-----<BR>
From: mpich-discuss-bounces@mcs.anl.gov [<A HREF="mailto:mpich-discuss-bounces@mcs.anl.gov">mailto:mpich-discuss-bounces@mcs.anl.gov</A>] On Behalf Of Marcelo Tomim<BR>
Sent: Thursday, July 30, 2009 12:42 PM<BR>
To: mpich-discuss@mcs.anl.gov<BR>
Subject: [mpich-discuss] MPICH2 on Windows Server<BR>
<BR>
Marcelo Tomim wrote:<BR>
&gt; Hello Everyone,<BR>
First of all, sorry for not changing the subject of my previous email.<BR>
&gt; I have some experience in installing MPICH2 on a linux cluster.<BR>
&gt; However,&nbsp; I am having a hard time to understand how to properly<BR>
&gt; configure MPICH2&nbsp; on a SMP machine (8 processors) running on Windows<BR>
&gt; Server 2003.<BR>
&gt; So far I was able install the MPICH2 Windows binaries and compile the<BR>
&gt; pi-calculation program. Everything seems fine until I execute the<BR>
&gt; program with the mpiexec. At the excution time mpiexec hangs for a few<BR>
&gt; seconds and then returns an error saying that the node refused the<BR>
&gt; connection.<BR>
&gt; I am also missing the cluster configuration file, which contains the<BR>
&gt; information about the host name and the number of processors<BR>
&gt; associated with it (in our case &quot;G-server:8&quot;). Is it still necessary<BR>
&gt; for the Windows installation?<BR>
&gt;<BR>
&gt; I would extremely appreciate any help on these issues.<BR>
&gt;<BR>
&gt; Thanks in advance for your attention.<BR>
&gt;<BR>
&gt; Regards,<BR>
&gt; Marcelo Tomim.<BR>
&gt;<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>