Fixed factor script and added new HTML generation script.
authorJohannes Middeke <j-middeke@t-online.de>
Tue, 10 May 2016 18:02:13 +0000 (14:02 -0400)
committerJohannes Middeke <j-middeke@t-online.de>
Tue, 10 May 2016 18:02:13 +0000 (14:02 -0400)
factors.sh

index 3847de1..d45266f 100644 (file)
@@ -11,24 +11,24 @@ do
     for I in `seq 5 5 80`
     do
        ./test.native --factors --size $I --times 10 \
-                     >> DATA.degrees.$N
+                     >> DATA.factors.$N
     done
 
     # Clean up results
     echo 'let data = [' \
-        > dataDEGREES.ml
+        > dataFACTORS.ml
 
     cat DATA.* \
        | sed 's/[a-z =]//g' \
        | cut -d, -f1,3,5 \
        | sed 's/\.$/;/' \
-             >> dataDEGREES.ml
+             >> dataFACTORS.ml
 
     echo ']' \
-        >> dataDEGREES.ml
+        >> dataFACTORS.ml
 
     # Generate an deploy HTML
-    ocaml makeHTMLdegrees.ml --samples $N \
+    ocaml makeHTMLfactors.ml --samples $N \
          > BareissTMP.html
 
     scp Bareiss*.html jmiddeke@www:/home/www/people/jmiddeke/