author | wenzelm |
Sun, 28 Dec 2014 22:03:11 +0100 | |
changeset 59194 | b51489b75bb9 |
parent 57560 | bc957769b584 |
permissions | -rw-r--r-- |
35398
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
1 |
# -*- shell-script -*- :mode=shellscript: |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
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 |
|
55995
ff7ee9c92d54
back to polyml-svn, with more threads to avoid problems with HOL-Proofs (see f376f18fd0b7);
wenzelm
parents:
55920
diff
changeset
|
5 |
POLYML_HOME="/home/polyml/polyml-svn" |
ff7ee9c92d54
back to polyml-svn, with more threads to avoid problems with HOL-Proofs (see f376f18fd0b7);
wenzelm
parents:
55920
diff
changeset
|
6 |
ML_SYSTEM="polyml-5.5.2" |
35398
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
7 |
ML_PLATFORM="x86-linux" |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
8 |
ML_HOME="$POLYML_HOME/$ML_PLATFORM" |
55995
ff7ee9c92d54
back to polyml-svn, with more threads to avoid problems with HOL-Proofs (see f376f18fd0b7);
wenzelm
parents:
55920
diff
changeset
|
9 |
ML_OPTIONS="-H 500 --gcthreads 4" |
35398
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
10 |
|
57560 | 11 |
ISABELLE_GHC=/usr/bin/ghc |
12 |
||
35398
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
13 |
ISABELLE_HOME_USER=~/isabelle-at-poly-test |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
14 |
|
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
15 |
# Where to look for isabelle tools (multiple dirs separated by ':'). |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
16 |
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools" |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
17 |
|
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
18 |
# Location for temporary files (should be on a local file system). |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
19 |
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER" |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
20 |
|
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
21 |
|
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
22 |
# Heap input locations. ML system identifier is included in lookup. |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
23 |
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps" |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
24 |
|
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
25 |
# Heap output location. ML system identifier is appended automatically later on. |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
26 |
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps" |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
27 |
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" |
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
28 |
|
55995
ff7ee9c92d54
back to polyml-svn, with more threads to avoid problems with HOL-Proofs (see f376f18fd0b7);
wenzelm
parents:
55920
diff
changeset
|
29 |
ISABELLE_BUILD_OPTIONS="browser_info=true document=pdf threads=4 parallel_proofs=2" |
35398
aec00d4ec03d
added at-poly-test, which is intended for performance tests of Poly/ML itself;
wenzelm
parents:
diff
changeset
|
30 |
|
48187
6615f7ce670b
slightly modernized ISABELLE_GHC etc. -- /usr/bin is more likely to provide it by default (notably on macbroy2[0-9] and lxbroy*);
wenzelm
parents:
47744
diff
changeset
|
31 |
ISABELLE_GHC="/usr/bin/ghc" |
6615f7ce670b
slightly modernized ISABELLE_GHC etc. -- /usr/bin is more likely to provide it by default (notably on macbroy2[0-9] and lxbroy*);
wenzelm
parents:
47744
diff
changeset
|
32 |
ISABELLE_OCAML="/usr/bin/ocaml" |
52751 | 33 |
ISABELLE_SWIPL="/usr/bin/swipl" |
41957 | 34 |