[mpich2-commits] r3989 - mpich2/trunk/test/mpi/rma
thakur at mcs.anl.gov
thakur at mcs.anl.gov
Mon Mar 9 17:19:42 CDT 2009
Author: thakur
Date: 2009-03-09 17:19:42 -0500 (Mon, 09 Mar 2009)
New Revision: 3989
Modified:
mpich2/trunk/test/mpi/rma/locknull.c
mpich2/trunk/test/mpi/rma/mixedsync.c
mpich2/trunk/test/mpi/rma/selfrma.c
Log:
added include string.h
Modified: mpich2/trunk/test/mpi/rma/locknull.c
===================================================================
--- mpich2/trunk/test/mpi/rma/locknull.c 2009-03-09 20:51:23 UTC (rev 3988)
+++ mpich2/trunk/test/mpi/rma/locknull.c 2009-03-09 22:19:42 UTC (rev 3989)
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "mpitest.h"
+#include <string.h>
static char MTEST_Descrip[] = "Locks with no RMA operations";
Modified: mpich2/trunk/test/mpi/rma/mixedsync.c
===================================================================
--- mpich2/trunk/test/mpi/rma/mixedsync.c 2009-03-09 20:51:23 UTC (rev 3988)
+++ mpich2/trunk/test/mpi/rma/mixedsync.c 2009-03-09 22:19:42 UTC (rev 3989)
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "mpitest.h"
+#include <string.h>
static char MTEST_Descrip[] = "Mix synchronization types";
Modified: mpich2/trunk/test/mpi/rma/selfrma.c
===================================================================
--- mpich2/trunk/test/mpi/rma/selfrma.c 2009-03-09 20:51:23 UTC (rev 3988)
+++ mpich2/trunk/test/mpi/rma/selfrma.c 2009-03-09 22:19:42 UTC (rev 3989)
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "mpitest.h"
+#include <string.h>
static char MTEST_Descrip[] = "RMA to self";
More information about the mpich2-commits
mailing list