[Pvfs2-cvs] commit by sson in pvfs2/test/active-storage:
test_kmeans.c
CVS commit program
cvs at parl.clemson.edu
Thu Jul 16 17:15:16 EDT 2009
Update of /projects/cvsroot/pvfs2/test/active-storage
In directory parlweb1:/tmp/cvs-serv10098/test/active-storage
Modified Files:
Tag: as-branch
test_kmeans.c
Log Message:
Improved stripe alignment algorithm, especially for the 1st and last stripes.
Increased the BMI buffer size: the default was 16MB
Index: test_kmeans.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/active-storage/Attic/test_kmeans.c,v
diff -p -u -r1.1.2.1 -r1.1.2.2
--- test_kmeans.c 25 Jun 2009 20:54:30 -0000 1.1.2.1
+++ test_kmeans.c 16 Jul 2009 21:15:16 -0000 1.1.2.2
@@ -17,7 +17,7 @@ int main( int argc, char *argv[] )
MPI_File fh;
MPI_Comm comm;
MPI_Status status;
- char infile[80] = "pvfs2:/mnt/pvfs2/edge17695.bin";
+ char infile[80] = "pvfs2:/mnt/pvfs2/out10";
/* for KMEANS */
int numObjs;
More information about the Pvfs2-cvs
mailing list