[mpich2-commits] r7658 - in mpich2/trunk/test/mpi: coll perf
goodell at mcs.anl.gov
goodell at mcs.anl.gov
Tue Jan 4 12:37:49 CST 2011
Author: goodell
Date: 2011-01-04 12:37:49 -0600 (Tue, 04 Jan 2011)
New Revision: 7658
Modified:
mpich2/trunk/test/mpi/coll/alltoallv.c
mpich2/trunk/test/mpi/coll/alltoallw2.c
mpich2/trunk/test/mpi/perf/commcreatep.c
Log:
bugfix: add missing includes in tests, fixes #1152 and #1153
Thanks to Cray for reporting these issues.
No reviewer.
Modified: mpich2/trunk/test/mpi/coll/alltoallv.c
===================================================================
--- mpich2/trunk/test/mpi/coll/alltoallv.c 2011-01-04 14:16:50 UTC (rev 7657)
+++ mpich2/trunk/test/mpi/coll/alltoallv.c 2011-01-04 18:37:49 UTC (rev 7658)
@@ -7,6 +7,7 @@
#include "mpitest.h"
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
/*
This program tests MPI_Alltoallv by having processor i send different
Modified: mpich2/trunk/test/mpi/coll/alltoallw2.c
===================================================================
--- mpich2/trunk/test/mpi/coll/alltoallw2.c 2011-01-04 14:16:50 UTC (rev 7657)
+++ mpich2/trunk/test/mpi/coll/alltoallw2.c 2011-01-04 18:37:49 UTC (rev 7658)
@@ -7,6 +7,7 @@
#include "mpitest.h"
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
/*
This program tests MPI_Alltoallw by having processor i send different
Modified: mpich2/trunk/test/mpi/perf/commcreatep.c
===================================================================
--- mpich2/trunk/test/mpi/perf/commcreatep.c 2011-01-04 14:16:50 UTC (rev 7657)
+++ mpich2/trunk/test/mpi/perf/commcreatep.c 2011-01-04 18:37:49 UTC (rev 7658)
@@ -7,6 +7,7 @@
#include "mpi.h"
#include <stdio.h>
#include <stdlib.h>
+#include "mpitest.h"
#define MAX_LOG_WSIZE 31
#define MAX_LOOP 20
More information about the mpich2-commits
mailing list