bring last changes before executing benchmakrs
authoryeom <yeom>
Thu, 31 Mar 2011 21:45:51 +0000 (21:45 +0000)
committeryeom <yeom>
Thu, 31 Mar 2011 21:45:51 +0000 (21:45 +0000)
Robust/src/Benchmarks/oooJava/buildall
Robust/src/Benchmarks/oooJava/monte/CallAppDemo.java
Robust/src/Benchmarks/oooJava/monte/runp

index a93a13b7f349c2eee80c8ee7344c0ea996b12e69..1132c33966ece39957e228b4046ed589fa385630 100755 (executable)
@@ -3,7 +3,8 @@ CUR=`pwd`
 for i in *
 do
 cd $i
-make rcr > rcrlog &
-make single > singlelog &
+make rcrpointer > rcrlog
+make ooo > ooolog
+make single > singlelog
 cd $CUR
 done
\ No newline at end of file
index 60815618a80f446a0609a12358f33dfd8a5dcf47..4cbc3e91937471e08985ebc0d3194013216a1e1c 100644 (file)
@@ -23,7 +23,7 @@
   * Wrapper code to invoke the Application demonstrator.
   *
   * @author H W Yau
-  * @version $Revision: 1.1 $ $Date: 2010/07/23 03:44:00 $
+  * @version $Revision: 1.2 $ $Date: 2011/03/31 21:45:51 $
   */
 public class CallAppDemo {
     public int size;
@@ -56,7 +56,9 @@ public class CallAppDemo {
     }
 
     public void runiters () {
+      long sTime=System.currentTimeMillis();
       ap.runSerial();
+      System.out.println("Time="+(System.currentTimeMillis()-sTime));
     }
     
     public AppDemo getAppDemo(){
index 8acfa65940b86ef1676c70cd5dd53e867ed8d78b..b91fbbf979c133dea6922b6d2b82c17cbc68b091 100755 (executable)
@@ -1 +1 @@
-time ./JGFMonteCarloBenchp.bin
\ No newline at end of file
+time ./JGFMonteCarloBenchp.bin 1 26
\ No newline at end of file