-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccelerator.conf
48 lines (42 loc) · 1.3 KB
/
accelerator.conf
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
# The configuration is a collection of key value pairs.
#
# Values are specified as
# key: value
# or for several values
# key:
# value 1
# value 2
# ...
# (any leading whitespace is ok)
#
# Use ${VAR} or ${VAR=DEFAULT} to use environment variables.
slices: 8
workdirs:
import ./workdirs/import/
dev ./workdirs/dev/
# Target workdir defaults to the first workdir, but you can override it.
# (this is where jobs without a workdir override are built)
target workdir: dev
method packages:
import
movie
afr
accelerator.standard_methods
# accelerator.test_methods
# listen directives can be [host]:port or socket path.
# urd should be prefixed with "local" to run it together with the server
# or "remote" to not run it together with the server.
listen: .socket.dir/server
board listen: .socket.dir/board
urd: local .socket.dir/urd
result directory: ./results/
input directory: ./data/
# If you want to run methods on different python interpreters you can
# specify names for other interpreters here, and put that name after
# the method in methods.conf.
# You automatically get four names for the interpreter that started
# the server: DEFAULT, 3, 3.8 and 3.8.10 (adjusted to the actual
# version used). You can override these here, except DEFAULT.
# interpreters:
# 2.7 /path/to/python2.7
# test /path/to/beta/python