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
35 lines (34 loc) · 922 Bytes
/
basic_hostname_config.yaml
File metadata and controls
35 lines (34 loc) · 922 Bytes
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
# Copyright 2022-2026 The Ramble Authors
#
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
# https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
# <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
# option. This file may not be copied, modified, or distributed
# except according to those terms.
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
software:
packages: {}
environments: {}