Admin/isatest/settings/afp-poly
author wenzelm
Sat, 20 Aug 2011 20:24:12 +0200
changeset 44335 156be0e43336
parent 41873 250468a1bd7a
child 46007 493d9c4d7ed5
permissions -rw-r--r--
discontinued "Interrupt", which could disturb administrative tasks of the document model;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41873
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
     1
# -*- shell-script -*- :mode=shellscript:
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
     2
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
     3
CONTRIB=~/afp/contrib
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
     4
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
     5
  POLYML_HOME=$CONTRIB/polyml
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
     6
  ML_SYSTEM="polyml-5.4.0"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
     7
  ML_PLATFORM="x86_64-linux"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
     8
  ML_HOME="$POLYML_HOME/$ML_PLATFORM"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
     9
  ML_OPTIONS="-H 2000 --gcthreads 4"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    10
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    11
JINJATHREADS_OPTIONS="-M 1 -q 0 -p 0"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    12
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    13
ISABELLE_HOME_USER=~/afp/isabelle-afp-poly
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    14
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    15
# Where to look for isabelle tools (multiple dirs separated by ':').
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    16
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    17
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    18
# Location for temporary files (should be on a local file system).
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    19
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    20
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    21
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    22
# Heap input locations. ML system identifier is included in lookup.
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    23
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    24
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    25
# Heap output location. ML system identifier is appended automatically later on.
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    26
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    27
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    28
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    29
ISABELLE_USEDIR_OPTIONS="-i false -d false -t true -M 4 -q 2"
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    30
250468a1bd7a separate settings for afp test
kleing
parents:
diff changeset
    31
init_component "$CONTRIB/kodkodi"