Admin/isatest/settings/afp-poly
author wenzelm
Wed, 18 Jan 2012 22:06:31 +0100
changeset 46250 75dc4beb43b3
parent 46248 da375b4b7167
child 46252 9aad9b87354a
permissions -rw-r--r--
really need 64bit here; prefer explicit version information for contrib;
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
46250
75dc4beb43b3 really need 64bit here;
wenzelm
parents: 46248
diff changeset
     5
  POLYML_HOME=$CONTRIB/polyml-5.4.1
46248
da375b4b7167 switch afp test to Darwin on macbroy2
kleing
parents: 46111
diff changeset
     6
  ML_SYSTEM="polyml-5.4.1"
46250
75dc4beb43b3 really need 64bit here;
wenzelm
parents: 46248
diff changeset
     7
  ML_PLATFORM="x86_64-darwin"
41873
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
46111
cd49d458b545 prefer explicit version information;
wenzelm
parents: 46108
diff changeset
    31
init_component "$CONTRIB/kodkodi-1.2.16"