| Revision aa02dfd,
2.1 KB
checked in by Oleg Batrashev <ogbash@…>, 2 years ago
(diff) |
|
Tweak some testing parameters and it interpretation.
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | [DEFAULT] |
|---|
| 2 | g-examdir=/home/olegus/work/doug/doug_examples |
|---|
| 3 | |
|---|
| 4 | [testscript] |
|---|
| 5 | run-svn: no |
|---|
| 6 | run-autotools: no |
|---|
| 7 | run-tests: yes |
|---|
| 8 | save-tar: yes |
|---|
| 9 | |
|---|
| 10 | tar-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_main,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 |
|---|
| 30 | testAssm16: assembled/lap16x16/DOUG.ctl assembled/lap16x16/csolution.xdr a1lev,a2lev,amul |
|---|
| 31 | testElem4: elemental/e4x4/DOUG.ctl elemental/e4x4/csolution.xdr e1lev,e2lev,emul |
|---|
| 32 | |
|---|
| 33 | # whereas test configuration is specified as |
|---|
| 34 | [testconf_e1lev] |
|---|
| 35 | solver=2 |
|---|
| 36 | method=1 |
|---|
| 37 | processors=1,2,4 |
|---|
| 38 | #processors=1 |
|---|
| 39 | levels=1 |
|---|
| 40 | #levels=1 |
|---|
| 41 | executables=doug_main |
|---|
| 42 | smoothers = 0 |
|---|
| 43 | overlaps = -1,0,1,2 |
|---|
| 44 | |
|---|
| 45 | [testconf_e2lev] |
|---|
| 46 | solver=2 |
|---|
| 47 | method=1 |
|---|
| 48 | processors=1,2,4 |
|---|
| 49 | levels=2 |
|---|
| 50 | executables=doug_main |
|---|
| 51 | smoothers = 0,1,2 |
|---|
| 52 | overlaps = -1,0 |
|---|
| 53 | |
|---|
| 54 | [testconf_a1lev] |
|---|
| 55 | solver=2 |
|---|
| 56 | method=1 |
|---|
| 57 | processors=1,2,4 |
|---|
| 58 | #processors=1 |
|---|
| 59 | levels=1 |
|---|
| 60 | #levels=1 |
|---|
| 61 | executables=doug_aggr |
|---|
| 62 | smoothers = 0 |
|---|
| 63 | overlaps = -1,0,1,2 |
|---|
| 64 | |
|---|
| 65 | [testconf_a2lev] |
|---|
| 66 | solver=2 |
|---|
| 67 | method=1 |
|---|
| 68 | processors=1,2,4 |
|---|
| 69 | levels=2 |
|---|
| 70 | executables=doug_aggr |
|---|
| 71 | smoothers = 0,1,2 |
|---|
| 72 | overlaps = -1,0 |
|---|
| 73 | |
|---|
| 74 | # multiplicative tests |
|---|
| 75 | [testconf_amul] |
|---|
| 76 | solver=2 |
|---|
| 77 | method=2 |
|---|
| 78 | processors=1,2 |
|---|
| 79 | levels=1,2 |
|---|
| 80 | executables=doug_aggr |
|---|
| 81 | smoothers = 0,1 |
|---|
| 82 | overlaps = -1,1,2 |
|---|
| 83 | |
|---|
| 84 | [testconf_emul] |
|---|
| 85 | solver=2 |
|---|
| 86 | method=2 |
|---|
| 87 | processors=1,2 |
|---|
| 88 | levels=1,2 |
|---|
| 89 | executables=doug_main |
|---|
| 90 | smoothers = 0,1 |
|---|
| 91 | overlaps = -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 |
|---|
| 99 | info-svn: 277 |
|---|
| 100 | # fortran compiler |
|---|
| 101 | #info-fc: gfortran |
|---|
| 102 | # MPI version |
|---|
| 103 | info-mpi: openmpi |
|---|
| 104 | #info-git: 15366e2505c32b043d2f94f70b40c8c68d2d905a |
|---|
| 105 | |
|---|
| 106 | [doug] |
|---|
| 107 | bindir: /usr/local/bin |
|---|
| 108 | workdir: /tmp/olegus/testdir |
|---|
| 109 | max-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.