forked from GoogleCloudPlatform/ramble
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic_hostname_config.yaml
More file actions
49 lines (48 loc) · 1.11 KB
/
basic_hostname_config.yaml
File metadata and controls
49 lines (48 loc) · 1.11 KB
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
# This is a ramble workspace config file.
#
# It describes the experiments, the software stack
# and all variables required for ramble to configure
# experiments.
# As an example, experiments can be defined as follows.
# applications:
# variables:
# processes_per_node: '30'
# hostname:
# variables:
# iterations: '5'
# workloads:
# serial:
# variables:
# type: 'test'
# experiments:
# single_node:
# variables:
# n_ranks: '{processes_per_node}'
ramble:
env-vars:
set:
OMP_NUM_THREADS: '{n_threads}'
variables:
mpi_command: 'mpirun'
batch_submit: '{execute_experiment}'
processes_per_node: -1
applications:
hostname:
workloads:
serial:
experiments:
test:
variables:
n_ranks: '1'
n_nodes: '1'
parallel:
experiments:
test:
variables:
n_ranks: '2'
n_nodes: '1'
processes_per_node: '16'
spack:
concretized: true
packages: {}
environments: {}