-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfolding_at_home_htcondor.yml
66 lines (63 loc) · 1.43 KB
/
folding_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
60
61
62
63
64
65
66
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.log
maxBytes: 10485760
backupCount: 3
tardis:
Plugins:
SqliteRegistry:
db_file: drone_registry.db
BatchSystem:
adapter: FakeBatchSystem
allocation: 1.0
utilisation: 1.0
machine_status: Available
Sites:
- name: GridKa
adapter: HTCondor
quota: 100 # CPU core quota
GridKa:
max_age: 1
MachineTypes:
- m1.small
#- m8.small
MachineTypeConfiguration:
m1.small:
jdl: submit_folding_single.jdl
m8.small:
jdl: submit_folding_multi.jdl
MachineMetaData:
m1.small:
Cores: 1
Memory: 2
Disk: 10
m8.small:
Cores: 8
Memory: 16
Disk: 80