forked from lofar-astron/prefactor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline.cfg
36 lines (30 loc) · 1.16 KB
/
pipeline.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
[DEFAULT]
lofarroot = /opt/cep/lofar/lofar_versions/LOFAR-Release-3_2_0/lofar_build/install/gnucxx11_opt/
casaroot = %(lofarroot)s
pyraproot =
hdf5root =
wcsroot =
pythonpath = %(lofarroot)s/lib64/python2.7/site-packages
runtime_directory = /data/scratch/drabent/working_directory/
recipe_directories = [%(pythonpath)s/lofarpipe/recipes]
working_directory = %(runtime_directory)s
task_files = [/home/drabent/prefactor/tasks.cfg]
[layout]
job_directory = %(runtime_directory)s/%(job_name)s
[cluster]
clusterdesc = %(working_directory)s/pipeline.clusterdesc
[deploy]
engine_ppath = %(pythonpath)s:%(pyraproot)s/lib:/opt/cep/pythonlibs/lib/python/site-packages
engine_lpath = %(lofarroot)s/lib:%(casaroot)s/lib:%(pyraproot)s/lib:%(hdf5root)s/lib:%(wcsroot)s/lib
[logging]
log_file = %(runtime_directory)s/%(job_name)s/logs/%(start_time)s/pipeline.log
xml_stat_file = %(runtime_directory)s/%(job_name)s/logs/%(start_time)s/statistics.xml
[feedback]
# Method of providing feedback to LOFAR.
# Valid options:
# messagebus Send feedback and status using LCS/MessageBus
# none Do NOT send feedback and status
method = none
[remote]
method = local
max_per_node = 40