author | wenzelm |
Mon, 13 Jul 2015 11:05:50 +0200 | |
changeset 60713 | 5240b2ed5189 |
parent 60579 | 915da29bf5d9 |
child 60724 | 4fce5d462afc |
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 |
|
60194
fd2208491d59
clarified settings for default Poly/ML version: test the actual Isabelle component;
wenzelm
parents:
59168
diff
changeset
|
5 |
ML_PLATFORM="$ISABELLE_PLATFORM64" |
fd2208491d59
clarified settings for default Poly/ML version: test the actual Isabelle component;
wenzelm
parents:
59168
diff
changeset
|
6 |
ML_HOME="$POLYML_HOME/$ML_PLATFORM" |
60713
5240b2ed5189
refrain from testing HOL-Proofs for x86_64-linux: takes more than 4h;
wenzelm
parents:
60579
diff
changeset
|
7 |
ML_OPTIONS="--minheap 2000 --maxheap 8000 --gcthreads 4" |
25529 | 8 |
|
35244 | 9 |
ISABELLE_HOME_USER=~/isabelle-at64-poly |
25529 | 10 |
|
11 |
# Where to look for isabelle tools (multiple dirs separated by ':'). |
|
12 |
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools" |
|
13 |
||
14 |
# Location for temporary files (should be on a local file system). |
|
15 |
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER" |
|
16 |
||
17 |
||
18 |
# Heap input locations. ML system identifier is included in lookup. |
|
19 |
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps" |
|
20 |
||
21 |
# Heap output location. ML system identifier is appended automatically later on. |
|
26210 | 22 |
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps" |
23 |
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" |
|
25529 | 24 |
|
60713
5240b2ed5189
refrain from testing HOL-Proofs for x86_64-linux: takes more than 4h;
wenzelm
parents:
60579
diff
changeset
|
25 |
ISABELLE_BUILD_OPTIONS="threads=1 -x HOL-Proofs" |