-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathidmtools.ini
64 lines (51 loc) · 1.21 KB
/
idmtools.ini
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
[COMMON]
# Number of threads idm-tools will use for analysis and other multi-threaded activities
max_threads = 16
# How many simulations per threads during simulation creation
sims_per_thread = 20
# Maximum number of LOCAL simulation ran simultaneously
max_local_sims = 6
[COMPS]
type = COMPS
endpoint = https://comps.idmod.org
environment = Belegost
priority = Lowest
simulation_root = $COMPS_PATH(USER)\output
node_group = emod_abcd
num_retries = 0
num_cores = 1
max_workers = 16
batch_size = 10
exclusive = False
[COMPS2]
type = COMPS
endpoint = https://comps2.idmod.org
environment = Bayesian
priority = Highest
simulation_root = $COMPS_PATH(USER)\output
node_group = emod_8cores
num_retries = 0
num_cores = 1
exclusive = False
test1 = 1
test2 = 2
[SLURM]
type = COMPS
endpoint = https://comps2.idmod.org
environment = SLURMStage
priority = Highest
simulation_root = $COMPS_PATH(USER)\output
num_retries = 0
node_group = idm_48cores
num_cores = 1
exclusive = False
[Local]
type = Local
[Logging]
level = DEBUG
console = off
# This is a test we used to validate loading local from section block
[Custom_Local]
type = Local
# Path to the model executable
exe_path = \\internal.idm.ctr\IDM-Test\home\mafisher\bin\Eradication.exe