author | wenzelm |
Mon, 18 Aug 2014 12:17:31 +0200 | |
changeset 57978 | 8f4a332500e4 |
parent 57560 | bc957769b584 |
child 59148 | 7a373a35a37a |
permissions | -rw-r--r-- |
31310 | 1 |
# -*- shell-script -*- :mode=shellscript: |
25529 | 2 |
|
49345
f182f7fa158f
more standard init_components -- particularly important to pick up correct jdk/scala version;
wenzelm
parents:
48729
diff
changeset
|
3 |
init_components /home/isabelle/contrib "$HOME/admin/components/main" |
f182f7fa158f
more standard init_components -- particularly important to pick up correct jdk/scala version;
wenzelm
parents:
48729
diff
changeset
|
4 |
|
53687 | 5 |
POLYML_HOME="/home/polyml/polyml-5.5.1" |
53486
fc1a86e7d1e4
use polyml-5.5.1 (SVN), to increase chances of stability of this test;
wenzelm
parents:
49345
diff
changeset
|
6 |
ML_SYSTEM="polyml-5.5.1" |
25529 | 7 |
ML_PLATFORM="x86_64-linux" |
8 |
ML_HOME="$POLYML_HOME/$ML_PLATFORM" |
|
53630
e58a33c2eb7f
restricted heap, which might improve stability of this test;
wenzelm
parents:
53486
diff
changeset
|
9 |
ML_OPTIONS="--minheap 1000 --maxheap 3000 --gcthreads 1" |
25529 | 10 |
|
57560 | 11 |
ISABELLE_GHC=/usr/bin/ghc |
12 |
||
35244 | 13 |
ISABELLE_HOME_USER=~/isabelle-at64-poly |
25529 | 14 |
|
15 |
# Where to look for isabelle tools (multiple dirs separated by ':'). |
|
16 |
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools" |
|
17 |
||
18 |
# Location for temporary files (should be on a local file system). |
|
19 |
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER" |
|
20 |
||
21 |
||
22 |
# Heap input locations. ML system identifier is included in lookup. |
|
23 |
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps" |
|
24 |
||
25 |
# Heap output location. ML system identifier is appended automatically later on. |
|
26210 | 26 |
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps" |
27 |
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" |
|
25529 | 28 |
|
48629 | 29 |
ISABELLE_BUILD_OPTIONS="browser_info=true document=pdf" |
25529 | 30 |