# HG changeset patch # User wenzelm # Date 1270221643 -7200 # Node ID 6301046146b6279eb41b2adfebd356c4af8e3bae # Parent 54a9f56fae7c210a55e85aa9a668cbaeae2ad4e2 isatest: basic setup for cygwin-poly on atbroy102; diff -r 54a9f56fae7c -r 6301046146b6 Admin/isatest/isatest-makeall --- a/Admin/isatest/isatest-makeall Thu Apr 01 15:37:30 2010 +0200 +++ b/Admin/isatest/isatest-makeall Fri Apr 02 17:20:43 2010 +0200 @@ -58,6 +58,11 @@ NICE="" ;; + atbroy102) + MFLAGS="-k" + NICE="" + ;; + atbroy31) MFLAGS="-k -j 2" ;; diff -r 54a9f56fae7c -r 6301046146b6 Admin/isatest/isatest-makedist --- a/Admin/isatest/isatest-makedist Thu Apr 01 15:37:30 2010 +0200 +++ b/Admin/isatest/isatest-makedist Fri Apr 02 17:20:43 2010 +0200 @@ -105,6 +105,8 @@ $SSH macbroy5 "$MAKEALL $HOME/settings/mac-poly" sleep 15 $SSH macbroy6 "sleep 10800; $MAKEALL $HOME/settings/at-mac-poly-5.1-para" +sleep 15 +$SSH atbroy102 "mount -a; $MAKEALL $HOME/settings/cygwin-poly" #sleep 15 #$SSH atbroy51 "$HOME/admin/isatest/isatest-annomaly" #sleep 15 diff -r 54a9f56fae7c -r 6301046146b6 Admin/isatest/settings/cygwin-poly --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Admin/isatest/settings/cygwin-poly Fri Apr 02 17:20:43 2010 +0200 @@ -0,0 +1,27 @@ +# -*- shell-script -*- :mode=shellscript: + + POLYML_HOME="/home/isatest/homebroy/home/polyml/polyml-5.3.0" + ML_SYSTEM="polyml-5.3.0" + ML_PLATFORM="x86-cygwin" + ML_HOME="$POLYML_HOME/$ML_PLATFORM" + ML_OPTIONS="-H 500" + +ISABELLE_HOME_USER=~/isabelle-cygwin-poly + +# 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="-M 1 -i true -d pdf -v true -t true" + +init_component /home/isatest/homebroy/home/isabelle/contrib_devel/kodkodi