<div dir="ltr">MPICH is reporting that your call to MPI_Gather is not valid.  Your src_buf and recv_buf are the same buffer, which is not allowed.<div><br></div><div>Also, what Wesley said.  :)</div><div><br></div><div> ~Jim.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 10, 2013 at 9:10 AM, Wesley Bland <span dir="ltr"><<a href="mailto:wbland@mcs.anl.gov" target="_blank">wbland@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This mailing list isn't the correct place to ask questions about using MPI. This is for asking questions about standardizing MPI. I'd encourage you to repost your question on <a href="mailto:discuss@mpich.org">discuss@mpich.org</a> and you'll get assistance with MPICH there.<br>

<br>
Thanks,<br>
Wesley<br>
<div><div class="h5"><br>
On Jun 10, 2013, at 9:04 AM, amin izadi <<a href="mailto:izadi.amin@gmail.com">izadi.amin@gmail.com</a>> wrote:<br>
<br>
> hi to all<br>
> I want to use mpich for running my SUNTANS code<br>
> when I dont use mpich my example code runs. but when I use mpich<br>
> this error creates.<br>
> what's the problem and how can I fix it?<br>
> thanks in advance<br>
><br>
> Fatal error in PMPI_Gather: Invalid buffer pointer, error stack:<br>
> PMPI_Gather(856): MPI_Gather(sbuf=0xe176a0, scount=1, MPI_INT, rbuf=0xe176a0, rcount=1, MPI_INT, root=0, comm=0x84000000) failed<br>
> PMPI_Gather(797): Buffers must not be aliased<br>
><br>
> ===================================================================================<br>
> =   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES<br>
> =   EXIT CODE: 1<br>
> =   CLEANING UP REMAINING PROCESSES<br>
> =   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES<br>
><br>
</div></div>> _______________________________________________<br>
> mpi-comments mailing list<br>
> <a href="mailto:mpi-comments@lists.mpi-forum.org">mpi-comments@lists.mpi-forum.org</a><br>
> <a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi-comments" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi-comments</a><br>
<br>
<br>
_______________________________________________<br>
mpi-comments mailing list<br>
<a href="mailto:mpi-comments@lists.mpi-forum.org">mpi-comments@lists.mpi-forum.org</a><br>
<a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi-comments" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi-comments</a><br>
</blockquote></div><br></div>