<!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.16809" name=GENERATOR></HEAD>
<BODY
style="WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space">
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=711045219-06032009>Hi,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=711045219-06032009> </SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=711045219-06032009># Are you using the latest version of MPICH2 (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>) ?</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=711045219-06032009># Which version of COMPAQ FORTRAN are you using
?</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=711045219-06032009># Are you using MPICH2+COMPAQ_FORTRAN on windows
?</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=711045219-06032009># Which MPICH2 libraries did you use to link your MPI
program (if you are using MPICH2 on windows) ?</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=711045219-06032009># What is the error message that you get when you run
your MPI program (copy-paste the complete error message)?</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=711045219-06032009></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=711045219-06032009>(PS: Please provide as much details as
possible.)</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><SPAN class=711045219-06032009></SPAN><FONT face=Arial><FONT
color=#0000ff><FONT size=2>R<SPAN
class=711045219-06032009>egards,</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT><FONT color=#0000ff><FONT size=2><SPAN
class=711045219-06032009></SPAN></FONT></FONT></FONT><SPAN
class=711045219-06032009></SPAN><FONT face=Arial><FONT color=#0000ff><FONT
size=2>J<SPAN
class=711045219-06032009>ayesh</SPAN></FONT></FONT></FONT><BR></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> William Gropp [mailto:wgropp@illinois.edu]
<BR><B>Sent:</B> Friday, March 06, 2009 1:50 PM<BR><B>To:</B> Jayesh
Krishna<BR><B>Subject:</B> Fwd: may I ask a question about using
MPICH<BR></FONT><BR></DIV>
<DIV></DIV>Jayesh, can you help him?
<DIV>Bill<BR>
<DIV><BR>
<DIV>Begin forwarded message:</DIV><BR class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
<DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica; COLOR: #000000"
face=Helvetica color=#000000 size=3><B>From: </B></FONT><FONT
style="FONT: 12px Helvetica" face=Helvetica size=3>liao chen <<A
href="mailto:liaochen.cn@gmail.com">liaochen.cn@gmail.com</A>></FONT></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica; COLOR: #000000"
face=Helvetica color=#000000 size=3><B>Date: </B></FONT><FONT
style="FONT: 12px Helvetica" face=Helvetica size=3>March 6, 2009 1:14:50 PM
CST</FONT></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica; COLOR: #000000"
face=Helvetica color=#000000 size=3><B>To: </B></FONT><FONT
style="FONT: 12px Helvetica" face=Helvetica size=3>"<A
href="mailto:gropp@mcs.anl.gov">gropp@mcs.anl.gov</A>" <<A
href="mailto:gropp@mcs.anl.gov">gropp@mcs.anl.gov</A>>, "<A
href="mailto:lusk@mcs.anl.gov">lusk@mcs.anl.gov</A>" <<A
href="mailto:lusk@mcs.anl.gov">lusk@mcs.anl.gov</A>></FONT></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica; COLOR: #000000"
face=Helvetica color=#000000 size=3><B>Subject: </B></FONT><FONT
style="FONT: 12px Helvetica" face=Helvetica size=3><B>may I ask a question
about using MPICH</B></FONT></DIV>
<DIV style="MIN-HEIGHT: 14px; MARGIN: 0px"><BR></DIV></DIV>
<DIV class=gmail_quote><BR>
<DIV>hi:</DIV>
<DIV> </DIV>
<DIV>I'm sorry to bother you, but I can't get help from others.</DIV>
<DIV>I have a problem using MPICH with COMPAQ FORTRAN:</DIV>
<DIV>First, I created a quickwin project ;</DIV>
<DIV>Second, I created a file which name is qwmpi.f,
and I wrote following sentences:</DIV>
<DIV><EM>
program qwmpi</EM></DIV>
<DIV><EM> include
"mpif.h"</EM></DIV>
<DIV><EM> call
mpi_init(ierr)</EM></DIV>
<DIV><EM> call
mpi_finalize(ierr)</EM></DIV>
<DIV><EM> end
program</EM></DIV>
<DIV>the compiling and linking were both OK, but when I run this program,
there was</DIV>
<DIV>a problem of a error window jumped.</DIV>
<DIV>Could you tell me the reason.</DIV></DIV><BR></BLOCKQUOTE></DIV><BR>
<DIV><SPAN class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0">
<DIV
style="WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space"><SPAN
class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto">
<DIV
style="WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space">
<DIV>William Gropp</DIV>
<DIV>Deputy Director for Research</DIV>
<DIV>Institute for Advanced Computing Applications and Technologies</DIV>
<DIV>Paul and Cynthia Saylor Professor of Computer Science</DIV>
<DIV>University of Illinois Urbana-Champaign</DIV>
<DIV><BR class=khtml-block-placeholder></DIV></DIV><BR
class=Apple-interchange-newline></SPAN></DIV></SPAN><BR
class=Apple-interchange-newline></DIV><BR></DIV></BODY></HTML>