-
Notifications
You must be signed in to change notification settings - Fork 1
/
marxtest.cfg
53 lines (41 loc) · 1.62 KB
/
marxtest.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Example config file for running marx-test
# All entries in this file are required and running the tests will
# fail if they are not provided.
[tests]
# marx tests are implemented as python code in a module.
# The module may contain several files (sub-mudules are not currently
# supported), each with one or more test cases.
# To make it an importable module, there also needs to be a file
# called __init__.py
modulename: tests
path: /nfs/melkor/d1/guenther/marx/test/marxtest/
[marx]
path: /nfs/melkor/d1/guenther/marx/installed/dev/
binpath: %(path)s/bin
marxparfile: %(path)s/share/marx/pfiles/marx.par
marxaspparfile: %(path)s/share/marx/pfiles/marxasp.par
# These settings cannot be deduced from the binary automatically,
# thus they need to be set to the correct values by hand here.
compiler: gcc
compilerversion: 4.8.5
compilerflags: -O2 -g
[CIAO]
# Command to setup CIAO in bash
#setup: . /nfs/mkx/a1/setup/ciao-setup.sh
#setup: . /melkor/d1/guenther/ciao/ciao-4.11/bin/ciao.sh
setup:
[SAOTrace]
# Command to setup SAOTrace in bash
setup: . /nfs/mkx/a1/setup/saotrace-setup.sh
[Output]
# Templates for rst file generation, colors etc.
templates: /melkor/d1/guenther/marx/test/marxtest/templates
# Matplotlib plot style use "default" to use the matpotlib default)
matplotlibstyle: %(templates)s/plots.mplstyle
# temporary stuff, e.g. Chandra download, processing products go here
temppath: /melkor/d1/guenther/marx/test/testexp55
# SQlite file to store test results
sqlitedb: /melkor/d1/guenther/marx/test/testexp55/results.db
# final rst files and figures go here
outpath: /melkor/d1/guenther/marx/doc/source/tests
plotformat: png