<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="rtl"><div dir="ltr">i don't know why, but the first command works and the second command isnt.</div><div dir="ltr">i have the following error:</div><div dir="ltr"><img src="cid:ii_153c7c59a246b1fa" alt="תמונה מוטבעת 1" width="562" height="91"><br></div><div dir="ltr"><br></div><div dir="ltr">what this means?</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div dir="ltr">2016-03-28 21:15 GMT+03:00 Jeff Hammond <span dir="ltr"><<a href="mailto:jeff.science@gmail.com" target="_blank">jeff.science@gmail.com</a>></span>:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I created a ticket for this: <a href="https://trac.mpich.org/projects/mpich/ticket/2332" target="_blank">https://trac.mpich.org/projects/mpich/ticket/2332</a>.<div><br></div><div>Jeff</div></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Mon, Mar 28, 2016 at 10:26 AM, Wei-keng Liao <span dir="ltr"><<a href="mailto:wkliao@eecs.northwestern.edu" target="_blank">wkliao@eecs.northwestern.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">My test program can be compiled with command "mpicc get_count.c -o get_count"<br>
and run "mpiexec -n 4 get_count". For correct (expected) result, nothing<br>
will be printed on stdout. Otherwise, error messages will be printed.<br>
<br>
My point is MPI_Get_count does not report correct result because<br>
MPI collective I/O call fails to initialize the MPI_Status object.<br>
<br>
I found that OpenMPI and earlier version of MPICH (2-1.2.1) can run<br>
this test code correctly.<br>
<br>
The test failed when I ran MPICH 3.1.4 and the current from GIT repo.<br>
<br>
Wei-keng<br>
<br>
On Mar 26, 2016, at 3:21 PM, יוסף אלון wrote:<br>
<br>
> בס"ד<br>
><br>
> becuse all the command confusion.<br>
> which command should i put to run the above code?<br>
<div><div>><br>
> 2016-03-26 3:31 GMT+03:00 Wei-keng Liao <<a href="mailto:wkliao@eecs.northwestern.edu" target="_blank">wkliao@eecs.northwestern.edu</a>>:<br>
><br>
> I notice an uninitialized MPI_Status object can make MPI_Get_count return a wrong result,<br>
> when the data amount in the MPI operation is zero (although I only checked MPI-IO).<br>
> Attached is a test program that uses MPI collective read where only root process has<br>
> non-zero length data to read. The expected result from MPI_Get_count is 0 for all<br>
> non-root process. To mimic an uninitialized MPI_Status object, I call memset to make<br>
> the object non-zero.<br>
><br>
> Here is the code fragment.<br>
><br>
>     if (rank == 0) len = 10;<br>
>     else len = 0;<br>
><br>
>     MPI_File_read_all(fh, buf, len, MPI_BYTE, &status);<br>
><br>
>     MPI_Get_count(&status, MPI_BYTE, &get_size);<br>
><br>
> For process rank > 0, get_size may not be 0.<br>
><br>
><br>
> Wei-keng<br>
><br>
><br>
</div></div>> _______________________________________________<br>
> discuss mailing list     <a href="mailto:discuss@mpich.org" target="_blank">discuss@mpich.org</a><br>
> To manage subscription options or unsubscribe:<br>
> <a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
><br>
><br>
><br>
> --<br>
> בברכה, יוסף אלון<br>
> 050-4916740<br>
> _______________________________________________<br>
> discuss mailing list     <a href="mailto:discuss@mpich.org" target="_blank">discuss@mpich.org</a><br>
> To manage subscription options or unsubscribe:<br>
> <a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
<br>
_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org" target="_blank">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a></blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div>Jeff Hammond<br><a href="mailto:jeff.science@gmail.com" target="_blank">jeff.science@gmail.com</a><br><a href="http://jeffhammond.github.io/" target="_blank">http://jeffhammond.github.io/</a></div>
</font></span></div>
<br>_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="rtl"><div style="TEXT-ALIGN:center">בברכה, יוסף אלון</div>
<div style="TEXT-ALIGN:center">050-4916740</div></div></div>
</div>