make-all-poly
author lcp
Thu, 13 Apr 1995 11:41:34 +0200
changeset 1038 9458105037b6
parent 699 2da262e85c4d
permissions -rwxr-xr-x
Redefined OUnion in a definitional manner, and proved the rules again. Deleted the rules OUnionI/E as they were not needed. Proved OUN_cong. Extended OrdQuant_ss with oex_cong and defined Ord_atomize to extract rewrite rules from ALL x<i... assumptions.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
370
e95e212512d1 make-all-poly, make-all-nj: restored to main directory as examples
lcp
parents:
diff changeset
     1
#! /bin/sh
699
2da262e85c4d updated pathnames
lcp
parents: 547
diff changeset
     2
#$Id$
370
e95e212512d1 make-all-poly, make-all-nj: restored to main directory as examples
lcp
parents:
diff changeset
     3
#Make entire system using Poly/ML
e95e212512d1 make-all-poly, make-all-nj: restored to main directory as examples
lcp
parents:
diff changeset
     4
#Pathnames will have to be modified for your site
699
2da262e85c4d updated pathnames
lcp
parents: 547
diff changeset
     5
ML_DBASE=/usr/groups/theory/poly/polyml/`arch`/ML_dbase
2da262e85c4d updated pathnames
lcp
parents: 547
diff changeset
     6
ISABELLEBIN=/homes/`whoami`/dbases
370
e95e212512d1 make-all-poly, make-all-nj: restored to main directory as examples
lcp
parents:
diff changeset
     7
ISABELLECOMP="poly -noDisplay -h 15000"
547
23e30d32cd0d deleted obsolete references to ISABELLEMAKE
lcp
parents: 370
diff changeset
     8
export ML_DBASE ISABELLEBIN ISABELLECOMP 
370
e95e212512d1 make-all-poly, make-all-nj: restored to main directory as examples
lcp
parents:
diff changeset
     9
nohup make-all $*