# HG changeset patch # User kleing # Date 1188253090 -7200 # Node ID 27dcdcff5ce448a06e28a124857060c88ed68d1e # Parent f52709e5230ee7bea1ca6b3501380dab6e462337 add parallel sessions for atbroy99 and macbroy6 diff -r f52709e5230e -r 27dcdcff5ce4 Admin/isatest/isatest-makedist --- a/Admin/isatest/isatest-makedist Mon Aug 27 17:34:55 2007 +0200 +++ b/Admin/isatest/isatest-makedist Tue Aug 28 00:18:10 2007 +0200 @@ -101,6 +101,8 @@ sleep 5 $SSH atbroy9 "$MAKEALL $HOME/settings/at-poly-5.1-para" sleep 5 +$SSH atbroy99 "$MAKEALL $HOME/settings/at-poly-p" +sleep 5 $SSH atbroy10 "$MAKEALL $HOME/settings/at-sml-dev" sleep 5 $SSH atbroy101 "$MAKEALL $HOME/settings/at64-poly-e" diff -r f52709e5230e -r 27dcdcff5ce4 Admin/isatest/settings/at-mac-poly-e --- a/Admin/isatest/settings/at-mac-poly-e Mon Aug 27 17:34:55 2007 +0200 +++ b/Admin/isatest/settings/at-mac-poly-e Tue Aug 28 00:18:10 2007 +0200 @@ -1,11 +1,12 @@ # -*- shell-script -*- - POLYML_HOME="/usr/proj/polyml/polyml-5.0" - ML_SYSTEM="polyml-5.0" + POLYML_HOME="/usr/proj/polyml/polyml-5.1-test" + ML_SYSTEM="polyml-5.1" ML_PLATFORM="x86-darwin" ML_HOME="$POLYML_HOME/$ML_PLATFORM" ML_OPTIONS="-H 500" + ISABELLE_HOME_USER=~/isabelle-at-mac-poly-e # Where to look for isabelle tools (multiple dirs separated by ':'). @@ -28,6 +29,6 @@ ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" fi -ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true -g false" +ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true -g false -M 4" HOL_USEDIR_OPTIONS="-p 2" diff -r f52709e5230e -r 27dcdcff5ce4 Admin/isatest/settings/at-poly-p --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Admin/isatest/settings/at-poly-p Tue Aug 28 00:18:10 2007 +0200 @@ -0,0 +1,33 @@ +# -*- shell-script -*- + + POLYML_HOME="/usr/proj/polyml/polyml-5.1-test" + ML_SYSTEM="polyml-5.1" + ML_PLATFORM="x86-linux" + ML_HOME="$POLYML_HOME/$ML_PLATFORM" + ML_OPTIONS="-H 500" + +ISABELLE_HOME_USER=~/isabelle-at-poly-p + +# 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. +if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then + #Isabelle build tells us to store heaps etc. within the distribution. + ISABELLE_OUTPUT="$ISABELLE_HOME/heaps" + ISABELLE_BROWSER_INFO="$ISABELLE_HOME/browser_info" +else + ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps" + ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" +fi + +ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true -M 2" + +HOL_USEDIR_OPTIONS="-p 2"