~pefarrell/dolfin/solve_transpose

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This directory (and its sub directories) contain a benchmark suite for
DOLFIN. To run all benchmarks, simply run the script demo.py.

This script runs all executables/scripts named 'bench' found in the
directory tree and records the result for benchmark found in foo/bar
under the name 'foo-bar' in logs/bench.log.

Two pieces of information are extracted from each benchmark:

1. A short description of the benchmark. This is extracted as the
first line of output from the benchmark.

2. One or more timings. These are extracted from output in the form

  BENCH <totaltime>
  BENCH <subtask> <subtime>

If no output is given (or <totaltime> is not given), then the total
running time of the program is recorded.

Important notice: To run the benchmarks correctly, you need to compile
DOLFIN with option --enable-optimization. Compiling DOLFIN with
--enable-debug will slow down some of the benchmarks considerably.