-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsimtools.ini
61 lines (51 loc) · 2.32 KB
/
simtools.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
[LOCAL]
type = LOCAL
# Path to the model executable
exe_path = C:/Users/<USERNAME>/Documents/faculty-enrich-2022-examples/binaries/bin_220405/Eradication.exe
# Path where a 'reporter_plugins' folder containing the needed DLLs
dll_root =
# Path for the model to find the input files
input_root = C:/Users/<USERNAME>/Documents/faculty-enrich-2022-examples/input
max_local_sims = 6
# Path where the simulation outputs will be stored
sim_root = C:/Users/<USERNAME>/Documents/faculty-enrich-2022-examples/experiments
# Path where the executable defined in exe_path will be staged
bin_staging_root =
# Path where the dlls will be staged
lib_staging_root =
[HPC]
type = HPC
# COMPS priority. Possible values: Lowest, BelowNormal, Normal, AboveNormal, Highest
priority = Normal
# max_threads = 8
# COMPS node to run on. Leaving blank means all available nodes
node_group = emod_abcd
# Location of the simulations outputs. Needs to be a $COMPS_PATH!
sim_root = $COMPS_PATH(USER)\output
# How many retries for a failed job.
num_retries = 0
# Python post-processing scripts
# Path for Python pre/post processing scripts.
# Only set if you actually have some pre/post_processing scripts in the folder.
# Also, the python scripts needs to be named dtk_post_process.py and dtk_pre_process.py (see Eradication doc)
base_collection_id_python =
python_path =
# Executable ~~~~~~ MODIFY PATH BELOW ~~~~~~~~
# You can specify the collection including the binary or a local path pointing to the model executable.
# Example: exe_path = C:\Eradication\Eradication-2.10.exe
base_collection_id_exe =
exe_path = C:\Users\<USERNAME>\Documents\faculty-enrich-2022-examples\binaries\bin_220405\Eradication.exe
# DLLs
# You can specify the collection including the needed DLLs or a local path including the dlls.
# Note that the local path is expected to contain a reporter_plugins sub-directory containing the dlls. For example:
# C:\my_dlls
# |_ reporter_plugins
# |_ libmalariareporter.dll
# |_ mycustomreporter.dll
# will need to be specified as: dll_root = C:\my_dlls
base_collection_id_dll =
dll_root =
# Input files ~~~~~~ MODIFY PATH BELOW ~~~~~~~~
# You can specify the collection including the input files needed by your experiment or a local path containing them.
base_collection_id_input =
input_root = C:\Users\<USERNAME>\Documents\faculty-enrich-2022-examples\input