<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18812"></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009>Hi,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009>&nbsp;I am not sure I completely understand your 
situation. There are three ways in which you can compile MPI programs on 
windows,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009>1) Install MPICH2 using the windows installers 
available at <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>&nbsp;.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009>&nbsp;&nbsp;&nbsp; 1.1) You can now compile MPI 
programs using the libraries, *.lib,&nbsp;with MS Visual Studio 
compiler</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009>&nbsp;&nbsp;&nbsp; 1.2) You can install Cygwin on your 
windows machine and use the gcc libs, *.a, with gcc</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009>2) You can install Cygwin on your windows machine. You 
can now download MPICH2 source from <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>&nbsp;and 
configure/make/make_install .</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009>&nbsp;Let us know in detail what you are trying to 
achieve (which of the above scenarios you&nbsp;use)&nbsp;so that we can 
help&nbsp;you.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009></SPAN></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009>Regards,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=969510914-07082009>Jayesh</SPAN></FONT></DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr align=left><FONT size=2 face=Tahoma><B>From:</B> 
mpich-discuss-bounces@mcs.anl.gov [mailto:mpich-discuss-bounces@mcs.anl.gov] 
<B>On Behalf Of </B>Jorge Ferrera<BR><B>Sent:</B> Thursday, August 06, 2009 9:00 
PM<BR><B>To:</B> mpich-discuss@mcs.anl.gov<BR><B>Subject:</B> [mpich-discuss] 
how to compile mpich using cygwin and msvc<BR></FONT><BR></DIV>
<DIV></DIV>Hello everybody,&nbsp;
<DIV><BR></DIV>
<DIV>I have a problem here, I need to compile a mpi interface and I receiving 
errors like that:&nbsp;</DIV>
<DIV><BR></DIV>
<DIV>g++: unrecognized option -GR</DIV>
<DIV>g++: unrecognized option -EHsc</DIV>
<DIV>g++: unrecognized option -Zm200</DIV>
<DIV>g++: unrecognized option -nologo</DIV>
<DIV><BR></DIV>
<DIV>I think its because I have compiled mpich2 using gcc and my interface is 
configured to msvc, then I would like to recompile mpich2 using msvc. I need to 
set it using the prefix in the mpich2 configure, I need set the flags, anyone 
knows what is that flag?</DIV>
<DIV><BR></DIV>
<DIV>Thanks for any reply</DIV>
<DIV><BR></DIV>
<DIV>Jorge.</DIV></BODY></HTML>