| 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] |
|---|
| 2 | g-examdir=/home/olegus/work/doug/doug_examples |
|---|
| 3 | g-dougdir=/usr/local/bin |
|---|
| 4 | |
|---|
| 5 | [testscript] |
|---|
| 6 | run-svn: no |
|---|
| 7 | run-autotools: no |
|---|
| 8 | run-tests: yes |
|---|
| 9 | save-tar: no |
|---|
| 10 | save-mysql: yes |
|---|
| 11 | |
|---|
| 12 | tar-file: results.tar |
|---|
| 13 | |
|---|
| 14 | mysql-host: dougdevel.org |
|---|
| 15 | mysql-user: dougtester |
|---|
| 16 | mysql-password: |
|---|
| 17 | mysql-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 |
|---|
| 36 | testAssm16: assembled/lap16x16/DOUG.ctl assembled/lap16x16/csolution.xdr basic |
|---|
| 37 | testElem4: elemental/e4x4/DOUG.ctl elemental/e4x4/csolution.xdr elem |
|---|
| 38 | |
|---|
| 39 | # whereas test configuration is specified as |
|---|
| 40 | [testconf_elem] |
|---|
| 41 | solver=2 |
|---|
| 42 | method=1 |
|---|
| 43 | processors=1,2,4 |
|---|
| 44 | #processors=1 |
|---|
| 45 | levels=1,2 |
|---|
| 46 | #levels=1 |
|---|
| 47 | executables=%(g-dougdir)s/doug_main |
|---|
| 48 | smoothers = 0 |
|---|
| 49 | |
|---|
| 50 | [testconf_basic] |
|---|
| 51 | solver=2 |
|---|
| 52 | method=1 |
|---|
| 53 | processors=1,2,4 |
|---|
| 54 | #processors=1 |
|---|
| 55 | levels=1,2 |
|---|
| 56 | #levels=1 |
|---|
| 57 | executables=%(g-dougdir)s/doug_aggr |
|---|
| 58 | smoothers = 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 |
|---|
| 64 | info-server: hebe |
|---|
| 65 | # DOUG svn version |
|---|
| 66 | info-svn: 277 |
|---|
| 67 | # fortran compiler |
|---|
| 68 | info-fc: gfortran |
|---|
| 69 | # MPI version |
|---|
| 70 | info-mpi: openmpi |
|---|
| 71 | |
|---|
| 72 | [doug] |
|---|
| 73 | doug-bindir: /home/olegus/work/doug-git/src/main |
|---|
| 74 | workdir: testdir |
|---|
| 75 | max-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.