source: scripts/conf/hebe/tests.conf @ 7365bb8

Revision 7365bb8, 1.7 KB checked in by Oleg Batrashev <ogbash@…>, 3 years ago (diff)

Configure tests for elemental input.

  • Property mode set to 100644
Line 
1[DEFAULT]
2g-examdir=/home/olegus/work/doug/doug_examples
3g-dougdir=/usr/local/bin
4
5[testscript]
6run-svn: no
7run-autotools: no
8run-tests: yes
9save-tar: no
10save-mysql: yes
11
12tar-file: results.tar
13
14mysql-host: dougdevel.org
15mysql-user: dougtester
16mysql-password:
17mysql-database: dougtests
18
19#[tests]
20# set of properties in format
21#  test<name>: <ctrlfile> <solutionfile> <commasep test confs>
22# like
23#testN1: tests/test1/DOUG.dat tests/test1/correctanswer.dat conf1
24# whereas configuration is specified as
25#[testconf_conf1]
26#solver=1,2
27#  method=1
28#  levels=1,2,3
29#  processors=1,4
30#  executables=doug_main,doug_aggr
31#  smoothers = 0,1,2
32[tests]
33# set of properties in format
34#  test<name>: <ctrlfile> <solutionfile> <commasep test confs>
35#testAssm8: %(g-examdir)s/assembled/Lap8x8.ctl %(g-examdir)s/assembled/csolution8x8.xdr basic
36testAssm16: assembled/lap16x16/DOUG.ctl assembled/lap16x16/csolution.xdr basic
37testElem4: elemental/e4x4/DOUG.ctl elemental/e4x4/csolution.xdr elem
38
39# whereas test configuration is specified as
40[testconf_elem]
41solver=2
42method=1
43processors=1,2,4
44#processors=1
45levels=1,2
46#levels=1
47executables=%(g-dougdir)s/doug_main
48smoothers = 0
49
50[testconf_basic]
51solver=2
52method=1
53processors=1,2,4
54#processors=1
55levels=1,2
56#levels=1
57executables=%(g-dougdir)s/doug_aggr
58smoothers = 0,1,2
59#smoothers=0
60
61[dougtest]
62# all info-* attributes are not necessary, but may be used by test results
63# name of the server tests are run on
64info-server: hebe
65# DOUG svn version
66info-svn: 277
67# fortran compiler
68info-fc: gfortran
69# MPI version
70info-mpi: openmpi
71
72[doug]
73doug-bindir: /home/olegus/work/doug-git/src/main
74workdir: testdir
75max-time: 60
76
77[doug-controls]
78#assembled_rhs_file: %(g-examdir)s/assembled/rhs8x8.xdr
79#assembled_rhs_format: 2
Note: See TracBrowser for help on using the repository browser.