instructions on compiling and running benchmark
authoradash <adash>
Wed, 15 Apr 2009 20:52:08 +0000 (20:52 +0000)
committeradash <adash>
Wed, 15 Apr 2009 20:52:08 +0000 (20:52 +0000)
Robust/src/Benchmarks/SingleTM/KMeans/README

index 2d6f295591074294a2312453b8ad356779c9808f..30697f566c44f53542da59d24971aa9bb9c576bc 100644 (file)
@@ -24,11 +24,7 @@ Compiling and Running
 
 To build the application, simply run:
 
-    make -f <makefile>
-
-in the source directory. For example, for the sequential flavor, run:
-
-    make -f Makefile.seq
+    make 
 
 By default, this produces an executable named "kmeans", which can then be
 run in the following manner:
@@ -37,7 +33,7 @@ run in the following manner:
              -n <min_clusters> \
              -t <threshold> \
              -i <input_file_name> \
-             -p <number of threads>
+             -nthreads <number of threads>
 
 To produce the data in [1], the following values were used: