File size: 1,348 Bytes
b14983e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
#
# Benchmark script configuration file. Some of the tests require some system specific options to run. Please see benchmark.ini.template for list of available options.
#

[DEFAULT]

[main] # additional config-options for various tests. All this fields will be pass as keys in 'config' function argument

# how many jobs daemon can run on host machine (this is not related to HPC jobs)
cpu_count = 24

# how many memory in GB daemon can use on host machine (approximation, float)
memory = 64

# user name and email for user who submitted this test
user_name  = Jane Roe
user_email = jane.roe@university.edu

# HPC Driver, might have one of the following values: MultiCore, Condor, Slurm or none if no HPC Driver should be configured
hpc_driver = MultiCore

# when running by daemons branch:revision will be set to appropriate values to represent currently checked version of main repository
branch = unknown
revision = 42

# path to directory where test results will be stored
results_root = ${_here_}/results

release_root = ./results/_release_

[slurm]
# head-node host name, if specified will be used to submit jobs
head_node =


[mount]
# list of key:path pairs that will be avalible as config.mounts during test run

# path to releases, leave empty if release production should not be supported by this daemon
release_root = ${_here_}/release