source: tests/tests_all.conf @ 981f775

Revision 981f775, 2.1 KB checked in by Oleg Batrashev <ogbash@…>, 2 years ago (diff)

Make tests work after renaming.

  • Property mode set to 100644
Line 
1[DEFAULT]
2g-examdir=/home/olegus/work/doug/doug_examples
3
4[testscript]
5run-svn: no
6run-autotools: no
7run-tests: yes
8save-tar: yes
9
10tar-file: results.tar
11
12
13#[tests]
14# set of properties in format
15#  test<name>: <ctrlfile> <solutionfile> <commasep test confs>
16# like
17#testN1: tests/test1/DOUG.dat tests/test1/correctanswer.dat conf1
18# whereas configuration is specified as
19#[testconf_conf1]
20#solver=1,2
21#  method=1
22#  levels=1,2,3
23#  processors=1,4
24#  executables=doug_geom,doug_aggr
25#  smoothers = 0,1,2
26[tests]
27# set of properties in format
28#  test<name>: <ctrlfile> <solutionfile> <commasep test confs>
29#testAssm8: %(g-examdir)s/assembled/Lap8x8.ctl %(g-examdir)s/assembled/csolution8x8.xdr basic
30testAssm16: assembled/lap16x16/DOUG.ctl assembled/lap16x16/csolution.xdr a1lev,a2lev,amul
31testElem4: elemental/e4x4/DOUG.ctl elemental/e4x4/csolution.xdr e1lev,e2lev,emul
32
33# whereas test configuration is specified as
34[testconf_e1lev]
35solver=2
36method=1
37processors=1,2,4
38#processors=1
39levels=1
40#levels=1
41executables=doug_geom
42smoothers = 0
43overlaps = -1,0,1,2
44
45[testconf_e2lev]
46solver=2
47method=1
48processors=1,2,4
49levels=2
50executables=doug_geom
51smoothers = 0,1,2
52overlaps = -1,0
53
54[testconf_a1lev]
55solver=2
56method=1
57processors=1,2,4
58#processors=1
59levels=1
60#levels=1
61executables=doug_aggr
62smoothers = 0
63overlaps = -1,0,1,2
64
65[testconf_a2lev]
66solver=2
67method=1
68processors=1,2,4
69levels=2
70executables=doug_aggr
71smoothers = 0,1,2
72overlaps = -1,0
73
74# multiplicative tests
75[testconf_amul]
76solver=2
77method=2
78processors=1,2
79levels=1,2
80executables=doug_aggr
81smoothers = 0,1
82overlaps = -1,1,2
83
84[testconf_emul]
85solver=2
86method=2
87processors=1,2
88levels=1,2
89executables=doug_geom
90smoothers = 0,1
91overlaps = -1,1,2
92
93
94[dougtest]
95# all info-* attributes are not necessary, but may be used by test results
96# name of the server tests are run on
97#info-server: hebe
98# DOUG svn version
99info-svn: 277
100# fortran compiler
101#info-fc: gfortran
102# MPI version
103info-mpi: openmpi
104#info-git: 15366e2505c32b043d2f94f70b40c8c68d2d905a
105
106[doug]
107bindir: /usr/local/bin
108workdir: /tmp/olegus/testdir
109max-time: 20
110
111[doug-controls]
112#assembled_rhs_file: %(g-examdir)s/assembled/rhs8x8.xdr
113#assembled_rhs_format: 2
Note: See TracBrowser for help on using the repository browser.