[mpich-commits] r10615 - mpich2/trunk/test/mpi/datatype
gropp at mcs.anl.gov
gropp at mcs.anl.gov
Mon Nov 19 09:48:44 CST 2012
Author: gropp
Date: 2012-11-19 09:48:44 -0600 (Mon, 19 Nov 2012)
New Revision: 10615
Modified:
mpich2/trunk/test/mpi/datatype/darray-pack.c
Log:
Added fixme to darray test about incorrect assumption about pack size
Modified: mpich2/trunk/test/mpi/datatype/darray-pack.c
===================================================================
--- mpich2/trunk/test/mpi/datatype/darray-pack.c 2012-11-19 15:45:01 UTC (rev 10614)
+++ mpich2/trunk/test/mpi/datatype/darray-pack.c 2012-11-19 15:48:44 UTC (rev 10615)
@@ -291,6 +291,9 @@
return errs;
}
+ /* FIXME: the pack size returned need not be the type_size - this will
+ only be true if the pack routine simply moves the bytes but does
+ no other transformations of the data */
position = 0;
err = MPI_Pack(typebuf,
count,
More information about the commits
mailing list