• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Loop/H10-Feb-2004-2,2211,840

auto/H03-May-2022-5,1013,673

fringe/H03-May-2022-5,1914,232

ivy/H03-May-2022-2,8592,384

kalman/H03-May-2022-9,4926,910

misc/H03-May-2022-4,3773,161

program/H03-May-2022-7,9595,137

split/H03-May-2022-14,99412,543

wos/H03-May-2022-13,8299,766

MakefileH A D18-Jul-200382 64

READMEH A D09-Apr-20011.1 KiB3621

Run_allH A D06-Aug-2003435 1912

Run_all.outH A D02-Aug-20046.4 KiB201184

Run_groupH A D17-Jul-20031.8 KiB7151

summaryH A D09-Apr-2001405 1614

README

1The subdirectories contain some example input files for Otter 3.0.x
2Most of them run within a few seconds and require little memory.
3
4   auto - examples (mostly from earlier releases) that run in Otter's
5          autonomous mode.
6
7   misc - other examples (mostly from earlier releases).
8
9   kalman - some examples contributed by John Kalman (kalman@mat.aukuni.ac.nz).
10
11   program - some examples of "programming" otter.
12         WARNING: two_inv.in takes a few minutes.
13
14   wos - some examples contributed by Larry Wos (wos@mcs.anl.gov)
15
16   fringe - examples demonstrating some of the esoteric features.
17
18   split - examples demonstrating the new splitting rule in 3.0.5.
19
20   ivy - examples as used by the Ivy system (new in 3.0.6).
21
22The C shell script Run_group will run all of the examples in a
23subdirectory and compare the results to the results on my computer.
24Run it, for example, like this (a few seconds)
25
26   Run_group kalman
27
28Also, you can run all of the examples like this (a few minutes)
29
30   Run_all
31
32Of course, you can also run the examples individually, for example
33
34   cd program
35   ../../source/otter < two_inv.in > two_inv.out &
36