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

CVS commit program cvs at parl.clemson.edu
Wed Feb 3 22:28:03 EST 2010


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

Modified Files:
      Tag: as-branch
	bcast.sm io.sm kmeans.sm pipeline.sm 
Log Message:
minor cleaning up.



Index: bcast.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/Attic/bcast.sm,v
diff -p -u -r1.1.2.1 -r1.1.2.2
--- bcast.sm	3 Feb 2010 20:47:29 -0000	1.1.2.1
+++ bcast.sm	4 Feb 2010 03:28:02 -0000	1.1.2.2
@@ -20,7 +20,6 @@
 #include "pvfs2-internal.h"
 #include "pint-cached-config.h"
 #include "trove.h"
-#include "kmeans.h"
 
 #define CONTINUE_BCAST 501
 #define BCAST_TAG 5555

Index: io.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/io.sm,v
diff -p -u -r1.73.6.24 -r1.73.6.25
--- io.sm	3 Feb 2010 16:59:50 -0000	1.73.6.24
+++ io.sm	4 Feb 2010 03:28:02 -0000	1.73.6.25
@@ -10,7 +10,7 @@
 
 #include <string.h>
 #include <assert.h>
-#include <stdlib.h> /* sson */
+//#include <stdlib.h> /* sson */
 
 #include "server-config.h"
 #include "pvfs2-server.h"

Index: kmeans.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/Attic/kmeans.sm,v
diff -p -u -r1.1.2.18 -r1.1.2.19
--- kmeans.sm	3 Feb 2010 16:59:50 -0000	1.1.2.18
+++ kmeans.sm	4 Feb 2010 03:28:02 -0000	1.1.2.19
@@ -26,10 +26,6 @@
 #include "pvfs2-internal.h"
 #include "pint-cached-config.h"
 #include "trove.h"
-#include "kmeans.h"
-
-//#include <cuda.h>
-//#include <cuda_runtime.h>
 
 extern void initGPU (float* objects, int numDataPoints,
 		     int numDimensions, int numClusters);

Index: pipeline.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/server/Attic/pipeline.sm,v
diff -p -u -r1.1.2.33 -r1.1.2.34
--- pipeline.sm	3 Feb 2010 16:59:50 -0000	1.1.2.33
+++ pipeline.sm	4 Feb 2010 03:28:02 -0000	1.1.2.34
@@ -114,7 +114,6 @@ nested machine pvfs2_pipeline_sm
     {
         run check_pipeline_done;
 	success => fetch;
-        default => return;
     }
 }
 



More information about the Pvfs2-cvs mailing list