Admin/isatest/settings/at64-poly
author wenzelm
Mon, 13 Jul 2015 11:05:50 +0200
changeset 60713 5240b2ed5189
parent 60579 915da29bf5d9
child 60724 4fce5d462afc
permissions -rw-r--r--
refrain from testing HOL-Proofs for x86_64-linux: takes more than 4h; tuned parameters;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31310
b5365a9db718 uniform treatment of shellscript mode;
wenzelm
parents: 27088
diff changeset
     1
# -*- shell-script -*- :mode=shellscript:
25529
7836278458e7 make at64 non-experimental
kleing
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
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
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
     8
35244
5cb9cdc75a4a tuned settings;
wenzelm
parents: 35088
diff changeset
     9
ISABELLE_HOME_USER=~/isabelle-at64-poly
25529
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    10
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    11
# Where to look for isabelle tools (multiple dirs separated by ':').
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    12
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    13
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    14
# Location for temporary files (should be on a local file system).
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    15
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    16
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    17
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    18
# Heap input locations. ML system identifier is included in lookup.
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    19
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    20
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    21
# Heap output location. ML system identifier is appended automatically later on.
26210
cf904c5642e1 removed obsolete THIS_IS_ISABELLE_BUILD feature;
wenzelm
parents: 25532
diff changeset
    22
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
cf904c5642e1 removed obsolete THIS_IS_ISABELLE_BUILD feature;
wenzelm
parents: 25532
diff changeset
    23
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
25529
7836278458e7 make at64 non-experimental
kleing
parents:
diff changeset
    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"