# HG changeset patch # User wenzelm # Date 1267275303 -3600 # Node ID aec00d4ec03d4d5a1d3630ce749dcd9493f9b0d6 # Parent 69e2c0839091898c47e6eab1c2aa03d3dff59423 added at-poly-test, which is intended for performance tests of Poly/ML itself; diff -r 69e2c0839091 -r aec00d4ec03d Admin/isatest/isatest-makedist --- 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 diff -r 69e2c0839091 -r aec00d4ec03d Admin/isatest/settings/at-poly-test --- /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