LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Yuan Tang (yuantang_at_[hidden])
Date: 2006-02-13 11:03:59


Excuse me. What's the SVN revision number? My current svn checkout is of
revision: 10243.

Bernhard Fischer wrote:

>Hi,
>
>This patch:
>svn log share/include/mpi.h -r10207
>
>
                                                    ~~~~~~~~

>------------------------------------------------------------------------
>r10207 | brbarret | 2005-10-22 00:59:04 +0200 (Sat, 22 Oct 2005) | 2
>lines
>
>* provide the required MODE constants, even if LAM doesn't use them
>
>------------------------------------------------------------------------
>
>did add defines for the MPI_MODE_* without changing
>lamtests/onesided/accumulate.c accordingly, which fails to compile since
>this checkin.
>
>Attached patch fixes the compilation of accumulate.c.
>
>Please apply.
>
>TIA and kind regards,
>Bernhard
>
>
>------------------------------------------------------------------------
>
>Index: trunk/lamtests/onesided/accumulate.c
>===================================================================
>--- trunk/lamtests/onesided/accumulate.c (revision 10257)
>
>
                                                                         
                 ~~~~~~~~~~~~~~~

>+++ trunk/lamtests/onesided/accumulate.c (working copy)
>@@ -28,9 +28,6 @@ int
> main(int argc, char *argv[])
> {
> int SendBuff, RecvBuff, rank, size, expected, i;
>- int MPI_MODE_NOPUT = 0,
>- MPI_MODE_NOSUCCEED = 0,
>- MPI_MODE_NOPRECEDE = 0;
> MPI_Win Win;
> MPI_Aint sizeOfInt;
>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>