-
Notifications
You must be signed in to change notification settings - Fork 0
/
rosetta_at_home_htcondor.yml
59 lines (56 loc) · 1.31 KB
/
rosetta_at_home_htcondor.yml
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
54
55
56
57
58
59
pipeline:
- __type__: cobald.controller.linear.LinearController
low_utilisation: 0.90
high_allocation: 0.90
rate: 1
- __type__: cobald.decorator.limiter.Limiter
minimum: 1
maximum: 1000
- __type__: cobald.decorator.logger.Logger
name: 'changes'
- __type__: tardis.resources.poolfactory.create_composite_pool
logging:
version: 1
root:
level: DEBUG
handlers: [console, file]
formatters:
precise:
format: '%(name)s: %(asctime)s %(message)s'
datefmt: '%Y-%m-%d %H:%M:%S'
handlers:
console:
class : logging.StreamHandler
formatter: precise
stream : ext://sys.stdout
file:
class : logging.handlers.RotatingFileHandler
formatter: precise
filename: tardis_rosetta.log
maxBytes: 10485760
backupCount: 3
tardis:
Plugins:
SqliteRegistry:
db_file: drone_registry_rosetta.db
BatchSystem:
adapter: FakeBatchSystem
allocation: 1.0
utilisation: 1.0
machine_status: Available
Sites:
- name: GridKa
adapter: HTCondor
quota: 1000 # CPU core quota
GridKa:
max_age: 1
MachineTypes:
- m1.small
MachineTypeConfiguration:
m1.small:
jdl: submit_rosetta_single.jdl
MachineMetaData:
m1.small:
Cores: 1
Memory: 2
Disk: 10