Skip to content

Commit

Permalink
mpi-only implementation for md-test (#78)
Browse files Browse the repository at this point in the history
* openmp implementation for md-test

* copyright

* copyright

---------

Co-authored-by: Riyaz Haque <[email protected]>
Co-authored-by: pearce8 <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2023
1 parent 26898a6 commit 6a4621e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
17 changes: 17 additions & 0 deletions experiments/md-test/mpi-only/execute_experiment.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: Apache-2.0

#!/bin/bash
{batch_nodes}
{batch_ranks}
{batch_timeout}

cd {experiment_run_dir}

{spack_setup}

{experiment_setup}

{command}
46 changes: 46 additions & 0 deletions experiments/md-test/mpi-only/ramble.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Copyright 2023 Lawrence Livermore National Security, LLC and other
# Benchpark Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: Apache-2.0

ramble:
include:
- ./configs/spack.yaml
- ./configs/variables.yaml

config:
deprecated: true
spack_flags:
install: '--add --keep-stage'
concretize: '-U -f'

applications:
md-test:
workloads:
multi-file:
variables:
n_ranks: ['1', '2', '4', '8']
n_nodes: '1'
experiment_setup: ''
experiments:
mdtest_multifile_{num-objects}_{iterations}_{additional-args}_{n_nodes}_{n_ranks}:
variables:
env_name: mdtest
num-objects: '1000'
iterations: '10'
additional-args: ''
spack:
concretized: true
packages:
ior:
spack_spec: [email protected]
compiler: default-compiler
mdtest:
spack_spec: [email protected]
compiler: default-compiler
environments:
mdtest:
packages:
- default-mpi
- ior
- mdtest

0 comments on commit 6a4621e

Please sign in to comment.