~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/demo/ode/stiff/run-tests.sh

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
#
3
 
# Run all stiff test problems.
4
 
 
5
 
echo Running test problem 1
6
 
./demo 1 > log-1
7
 
 
8
 
echo Running test problem 2
9
 
./demo 2 > log-2
10
 
 
11
 
echo Running test problem 3
12
 
./demo 3 > log-3
13
 
 
14
 
echo Running test problem 4
15
 
./demo 4 > log-4
16
 
 
17
 
echo Running test problem 5
18
 
./demo 5 > log-5
19
 
 
20
 
echo Running test problem 6
21
 
./demo 6 > log-6
22
 
 
23
 
echo Running test problem 7
24
 
./demo 7 > log-7
25
 
 
26
 
echo Running test problem 8
27
 
./demo 8 > log-8
28
 
 
29
 
echo Running test problem 9
30
 
./demo 9 > log-9