<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16735" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=804250915-08122008>Hi,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=804250915-08122008>&nbsp;Can you try out the latest stable version (1.0.8) 
of MPICH2 (<A 
href="http://www.mcs.anl.gov/research/projects/mpich2/downloads/index.php?s=downloads">http://www.mcs.anl.gov/research/projects/mpich2/downloads/index.php?s=downloads</A>)?</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=804250915-08122008></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=804250915-08122008>Regards,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=804250915-08122008>Jayesh</SPAN></FONT></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> mpich-discuss-bounces@mcs.anl.gov 
[mailto:mpich-discuss-bounces@mcs.anl.gov] <B>On Behalf Of </B>Seifer 
Lin<BR><B>Sent:</B> Monday, December 08, 2008 12:47 AM<BR><B>To:</B> 
mpich-discuss@mcs.anl.gov<BR><B>Subject:</B> [mpich-discuss] MPICH2 1.0.6p1 
&amp; Windows HPC Server 2008 (badperformance)<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>Hi everyone:</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have a cluster of 4 nodes, all of them are with Windows HPC server 2008 
installed.</DIV>
<DIV>I make all of the 4 nodes in the same workgroup. I use MPICH2 1.0.6p1 from 
Argonne Lab.</DIV>
<DIV>And then</DIV>
<DIV>1. firewall of all 4 nodes are turned off</DIV>
<DIV>2. UAC (User Account Control)&nbsp;of all 4 nodes are turned off</DIV>
<DIV>3. I start smpd.exe (1.0.6p1 x64) in all the 4 nodes</DIV>
<DIV>&nbsp;</DIV>
<DIV>And I run a very simple MPI program (test_mpich2.exe)</DIV>
<DIV>&nbsp;</DIV>
<DIV>#include "mpi.h"<BR>#include &lt;iostream&gt;</DIV>
<DIV>int main(int argc, char **argv)<BR>{<BR>&nbsp;&nbsp;&nbsp; int cpuid, 
ncpu;<BR>&nbsp;&nbsp;&nbsp; MPI_Init(&amp;argc, 
&amp;argv);<BR>&nbsp;&nbsp;&nbsp; MPI_Comm_size(MPI_COMM_WORLD, 
&amp;ncpu);<BR>&nbsp;&nbsp;&nbsp; MPI_Comm_rank(MPI_COMM_WORLD, 
&amp;cpuid);</DIV>
<DIV>&nbsp;&nbsp;&nbsp; printf("NCPU:%d, CPUID:%d\n", ncpu, 
cpuid);<BR>&nbsp;&nbsp;&nbsp; fflush(stdout);</DIV>
<DIV>&nbsp;&nbsp;&nbsp; printf("start barrier\n"); 
fflush(stdout);<BR>&nbsp;&nbsp;&nbsp; 
MPI_Barrier(MPI_COMM_WORLD);<BR>&nbsp;&nbsp;&nbsp; printf("end barrier\n"); 
fflush(stdout);</DIV>
<DIV>&nbsp;&nbsp;&nbsp; MPI_Finalize();</DIV>
<DIV>&nbsp;&nbsp;&nbsp; return 0;</DIV>
<DIV>}</DIV>
<DIV>&nbsp;</DIV>
<DIV>The command is&nbsp;&nbsp; </DIV>
<DIV>mpiexec -hosts 2 <A href="http://192.168.1.1">192.168.1.1</A> <A 
href="http://192.168.1.2">192.168.1.2</A> <A 
href="file://192.168.1.1/shared/test_mpich2.exe">\\192.168.1.1\shared\test_mpich2.exe</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>And the MPI_Barrier(...) function costs 10 seconds to return !!!!!</DIV>
<DIV>&nbsp;</DIV>
<DIV>If the same code is running on a Windows XP cluster, MPI_Barrier(...) 
returns at once!</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Does anyone know how to solve this problem on Windows HPC Server 2008 ? 
(Windows Vista has the same problem, too)</DIV>
<DIV>&nbsp;</DIV>
<DIV>regards,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Seifer Lin</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>