Skip to content

Commit

Permalink
add missing file and rename
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jun 9, 2023
1 parent 10af4c9 commit 9a8d490
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
File renamed without changes.
54 changes: 54 additions & 0 deletions ramble-gromacs/flux_gromacs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
ramble:
variables:
processes_per_node: 16
mpi_command: 'mpirun -n {n_ranks} -ppn {processes_per_node} -hostfile hostfile'
batch_submit: '{execute_experiment}'
applications:
gromacs: # Application name
workloads:
water_gmx50: # Workload name from application
experiments:
pme_single_rank: # Arbitrary experiment name
variables:
n_ranks: '1'
n_threads: '1'
size: '0003'
type: 'pme'
rf_single_rank:
variables:
n_ranks: '1'
n_threads: '1'
size: '0003'
type: 'rf'
water_bare:
experiments:
pme_single_rank:
variables:
n_ranks: '1'
n_threads: '1'
size: '0003'
type: 'pme'
rf_single_rank:
variables:
n_ranks: '1'
n_threads: '1'
size: '0003'
type: 'rf'

spack:
concretized: true
packages:
gcc9:
spack_spec: gcc@9.3.0 target=x86_64
compiler_spec: gcc@9.3.0
impi2018:
spack_spec: intel-mpi@2018.4.274 target=x86_64
compiler: gcc9
gromacs:
spack_spec: gromacs@2021.6
compiler: gcc9
environments:
gromacs:
packages:
- gromacs
- impi2018
File renamed without changes.

0 comments on commit 9a8d490

Please sign in to comment.