Admin/isatest/settings/at-poly-5.1-para
author isatest
Tue, 14 Aug 2007 00:52:59 +0200
changeset 24254 5180e11e4e42
parent 24239 9f49e5d12a32
permissions -rw-r--r--
be a bit more ressource cautious with multi-threading (-M 20 instead of 99)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24239
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
     1
# -*- shell-script -*-
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
     2
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
     3
  POLYML_HOME="/usr/proj/polyml/polyml-5.1-test"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
     4
  ML_SYSTEM="polyml-5.1"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
     5
  ML_PLATFORM="x86-linux"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
     6
  ML_HOME="$POLYML_HOME/$ML_PLATFORM"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
     7
  ML_OPTIONS="-H 500"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
     8
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
     9
ISABELLE_HOME_USER=~/isabelle-at-poly-5.1-para
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    10
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    11
# Where to look for isabelle tools (multiple dirs separated by ':').
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    12
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    13
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    14
# Location for temporary files (should be on a local file system).
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    15
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    16
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    17
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    18
# Heap input locations. ML system identifier is included in lookup.
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    19
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    20
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    21
# Heap output location. ML system identifier is appended automatically later on.
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    22
if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    23
  #Isabelle build tells us to store heaps etc. within the distribution.
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    24
  ISABELLE_OUTPUT="$ISABELLE_HOME/heaps"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    25
  ISABELLE_BROWSER_INFO="$ISABELLE_HOME/browser_info"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    26
else
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    27
  ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    28
  ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    29
fi
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    30
24254
5180e11e4e42 be a bit more ressource cautious with multi-threading (-M 20 instead of 99)
isatest
parents: 24239
diff changeset
    31
ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true -M 20"
24239
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    32
9f49e5d12a32 multi-threading with poly 5.1 test
isatest
parents:
diff changeset
    33
HOL_USEDIR_OPTIONS="-p 2"