[Pvfs2-cvs] commit by sson in pvfs2/src/server: pipeline.sm

CVS commit program cvs at parl.clemson.edu
Fri Feb 12 16:48:39 EST 2010


Update of /projects/cvsroot/pvfs2/src/server
In directory parlweb1:/tmp/cvs-serv5831/src/server

Modified Files:
      Tag: as-branch
	pipeline.sm 
Log Message:
skip checking stripe alignment temporarily.
minor changes in a test program.



Index: pipeline.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/Attic/pipeline.sm,v
diff -p -u -r1.1.2.35 -r1.1.2.36
--- pipeline.sm	11 Feb 2010 22:42:46 -0000	1.1.2.35
+++ pipeline.sm	12 Feb 2010 21:48:39 -0000	1.1.2.36
@@ -533,6 +533,7 @@ static PINT_sm_action check_align_fn(str
 	}
 	break;
     case ((int)0x4c00080b): /* MPI_DOUBLE */
+        break; /* sson: FIXME */
 	count = (PVFS_size)(s_op->u.pipeline.buffer_used - 
 			    file_req_offset)/((*PVFS_DOUBLE).ub);
 	gossip_debug(GOSSIP_IO_DEBUG, "count=%lld\n", lld(count));



More information about the Pvfs2-cvs mailing list