<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<STYLE type=text/css>DIV {
        MARGIN: 0px
}
</STYLE>
<META content="MSHTML 6.00.6000.16608" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=266160114-20032008>Hi,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><SPAN class=266160114-20032008><FONT face=Arial
color=#0000ff size=2> Can you compile & run the sample
fpi.f (provided in MPICH2\examples in your installation dir) using fmpich2s.lib
?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=266160114-20032008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=266160114-20032008><FONT face=Arial color=#0000ff
size=2>Regards,</FONT></SPAN></DIV>
<DIV><SPAN class=266160114-20032008><FONT face=Arial color=#0000ff
size=2>Jayesh</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> owner-mpich-discuss@mcs.anl.gov
[mailto:owner-mpich-discuss@mcs.anl.gov] <B>On Behalf Of </B>trymelz
trymelz<BR><B>Sent:</B> Wednesday, March 19, 2008 6:30 PM<BR><B>To:</B>
mpich-discuss@mcs.anl.gov<BR><B>Subject:</B> Re: [mpich-discuss] exit code
-1073741819<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV
style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<P>Hi</P>
<P> </P>
<P>The MPI program is too big to be sent. Here is what I got from the
debugger</P>
<P> </P>
<P>Before calling PMPI_ISEND:</P>
<P>Symbol Value Type</P>
<P> buf(1) 3 INTEGER(4)
<BR> cnt 1 INTEGER(4)
<BR> datatype 1275069467 INTEGER(4)
<BR> dest 0 INTEGER(4)
<BR> tag 24 INTEGER(4)
<BR> comm 1140850688 INTEGER(4)
<BR> reqs(1) 1243468 INTEGER(4)
<BR> ierr 0 INTEGER(4)</P>
<P> </P>
<P>call PMPI_ISEND(buf,cnt,datatype,dest,tag,comm,reqs(1),ierr)<BR></P>
<P>Unhandled exception at 0x003b41c9 in EXEC.exe:0xC0000005:<BR>Access violation
writing location 0x00000000</P>
<P> </P>
<P>After the break at the crash, all the arguments becomes "undefined address".
</P>
<P> </P>
<P>When I check the library, I got</P>
<P>$ nm fmpich2s.lib | grep MPI_SEND@<BR>00000000 T <A
href="mailto:_MPI_SEND@28"><FONT
color=#0000ff>_MPI_SEND@28</FONT></A><BR>00000000 I <A
href="mailto:__imp__MPI_SEND@28"><FONT
color=#0000ff>__imp__MPI_SEND@28</FONT></A><BR>00000000 T <A
href="mailto:_MPI_SEND@32"><FONT
color=#0000ff>_MPI_SEND@32</FONT></A><BR>00000000 I <A
href="mailto:__imp__MPI_SEND@32"><FONT
color=#0000ff>__imp__MPI_SEND@32</FONT></A><BR>00000000 T <A
href="mailto:_PMPI_SEND@28"><FONT
color=#0000ff>_PMPI_SEND@28</FONT></A><BR>00000000 I <A
href="mailto:__imp__PMPI_SEND@28"><FONT
color=#0000ff>__imp__PMPI_SEND@28</FONT></A><BR>00000000 T <A
href="mailto:_PMPI_SEND@32"><FONT
color=#0000ff>_PMPI_SEND@32</FONT></A><BR>00000000 I <A
href="mailto:__imp__PMPI_SEND@32"><FONT
color=#0000ff>__imp__PMPI_SEND@32</FONT></A><BR></P>
<P>I am wondering why there are two definitions: <FONT color=#0000ff><A
href="mailto:_MPI_SEND@28">_MPI_SEND@28</A></FONT> and <A
href="mailto:_MPI_SEND@32"><FONT color=#0000ff>_MPI_SEND@32</FONT></A>.
And I could not find corresponding source code for <A
href="mailto:_MPI_SEND@32"><FONT color=#0000ff>_MPI_SEND@32</FONT></A>. Any
comments? Thanks.<BR></P>
<P>Linfa<BR></P>
<P><BR> </P>
<DIV
style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<DIV
style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">-----
Original Message ----<BR>From: Jayesh Krishna <jayesh@mcs.anl.gov><BR>To:
trymelz trymelz <trymelz@yahoo.com><BR>Cc:
mpich-discuss@mcs.anl.gov<BR>Sent: Wednesday, March 19, 2008 2:32:59
PM<BR>Subject: RE: [mpich-discuss] exit code -1073741819<BR><BR>
<STYLE type=text/css>DIV {
        MARGIN: 0px
}
</STYLE>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=690482719-19032008>Hi,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=690482719-19032008> Can you send us your MPI program
?</SPAN></FONT></DIV>
<DIV><SPAN class=690482719-19032008><FONT face=Arial color=#0000ff
size=2> You can also try to debug your program by setting the error handler
to MPI_ERRORS_RETURN (MPI_Comm_set_errhandler() ) & using
MPI_Error_string() to get the description of the error code.</FONT></SPAN></DIV>
<DIV><SPAN class=690482719-19032008><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=690482719-19032008><FONT face=Arial color=#0000ff
size=2>Regards,</FONT></SPAN></DIV>
<DIV><SPAN class=690482719-19032008><FONT face=Arial color=#0000ff
size=2>Jayesh</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> owner-mpich-discuss@mcs.anl.gov
[mailto:owner-mpich-discuss@mcs.anl.gov] <B>On Behalf Of </B>trymelz
trymelz<BR><B>Sent:</B> Wednesday, March 19, 2008 2:11 PM<BR><B>To:</B>
mpich-discuss@mcs.anl.gov<BR><B>Subject:</B> [mpich-discuss] exit code
-1073741819<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV
style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<DIV>Hi all,</DIV>
<DIV> </DIV>
<DIV>I got an strange error when I run my parallel program.</DIV>
<DIV> </DIV>
<DIV>job aborted:<BR>rank: node: exit code[: error message]<BR>0: abyss:
-1073741819: process 0 exited without calling finalize<BR>1: abyss: -1073741819:
process 1 exited without calling finalize<BR>2: abyss: -1073741819: process 2
exited without calling finalize</DIV>
<DIV> </DIV>
<DIV>My program works as expected under Linux. But when I porting it to windows
I got above error. It is compiled by VC8 and Intel FORTRAN 10.0.</DIV>
<DIV>I didn't built my own MPICH2, but link my program with fmpich2s.lib and
mpi.lib which were installed from mpich2-1.0.6p1-win32-ia32.msi.</DIV>
<DIV> </DIV>
<DIV>This error happened inside the call to MPI_SEND. Does anyone have an idea
about this error?</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Linfa</DIV></DIV><BR>
<HR SIZE=1>
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. <A
href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ"
target=_blank rel=nofollow>Try it now.</A></DIV><BR></DIV></DIV><BR>
<HR SIZE=1>
Looking for last minute shopping deals? <A
href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping">Find
them fast with Yahoo! Search.</A></BODY></HTML>