added at-poly-test, which is intended for performance tests of Poly/ML itself;
authorwenzelm
Sat, 27 Feb 2010 13:55:03 +0100
changeset 35398 aec00d4ec03d
parent 35397 69e2c0839091
child 35399 3881972fcfca
added at-poly-test, which is intended for performance tests of Poly/ML itself;
Admin/isatest/isatest-makedist
Admin/isatest/settings/at-poly-test
--- a/Admin/isatest/isatest-makedist	Sat Feb 27 13:32:55 2010 +0100
+++ b/Admin/isatest/isatest-makedist	Sat Feb 27 13:55:03 2010 +0100
@@ -91,8 +91,10 @@
 
 ## spawn test runs
 
+$SSH macbroy21 "$MAKEALL $HOME/settings/at-poly-test"
+# give test some time to copy settings and start
+sleep 15
 $SSH macbroy22 "$MAKEALL $HOME/settings/at-poly"
-# give test some time to copy settings and start
 sleep 15
 $SSH macbroy23 "$MAKEALL -l HOL HOL-ex $HOME/settings/at-sml-dev-e"
 sleep 15
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Admin/isatest/settings/at-poly-test	Sat Feb 27 13:55:03 2010 +0100
@@ -0,0 +1,27 @@
+# -*- shell-script -*- :mode=shellscript:
+
+  POLYML_HOME="/home/polyml/polyml-5.3.0"
+  ML_SYSTEM="polyml-5.3.0"
+  ML_PLATFORM="x86-linux"
+  ML_HOME="$POLYML_HOME/$ML_PLATFORM"
+  ML_OPTIONS="-H 500"
+
+ISABELLE_HOME_USER=~/isabelle-at-poly-test
+
+# Where to look for isabelle tools (multiple dirs separated by ':').
+ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
+
+# Location for temporary files (should be on a local file system).
+ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
+
+
+# Heap input locations. ML system identifier is included in lookup.
+ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
+
+# Heap output location. ML system identifier is appended automatically later on.
+ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
+ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
+
+ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true -t true"
+
+init_component /home/isabelle/contrib_devel/kodkodi