-
Notifications
You must be signed in to change notification settings - Fork 28
/
vector_matrix_gromacs_config.yaml
50 lines (49 loc) · 1.44 KB
/
vector_matrix_gromacs_config.yaml
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
# Copyright 2022-2024 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:
variants:
package_manager: spack
env_vars:
set:
OMP_NUM_THREADS: '{n_threads}'
variables:
processes_per_node: 16
mpi_command: mpirun -n {n_ranks} -ppn {processes_per_node}
batch_submit: '{execute_experiment}'
applications:
gromacs: # Application name
workloads:
'{app_workloads}': # Workload name from application
experiments:
'{type}_{n_ranks}ranks': # Arbitrary experiment name
variables:
app_workloads: [water_gmx50, water_bare]
n_ranks: [1, 2]
n_threads: 1
size: '0003'
type: [pme, rf]
matrix:
- app_workloads
- type
- n_ranks
software:
packages:
gcc9:
pkg_spec: [email protected] target=x86_64
compiler_spec: [email protected]
impi2021:
pkg_spec: [email protected] target=x86_64
compiler: gcc9
gromacs:
pkg_spec: [email protected]
compiler: gcc9
environments:
gromacs:
packages:
- gromacs
- impi2021