Skip to content

Commit

Permalink
Adding Caliper modifier capability to Laghos (#281)
Browse files Browse the repository at this point in the history
* Adding ability to have the Caliper modifier to Laghos

* Fix laghos-mpi caliper configs

---------

Co-authored-by: Riyaz Haque <[email protected]>
  • Loading branch information
pearce8 and Riyaz Haque authored Jun 17, 2024
1 parent 42eb5ea commit 93cbced
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
13 changes: 0 additions & 13 deletions experiments/laghos/mpi/execute_experiment.tpl

This file was deleted.

8 changes: 6 additions & 2 deletions experiments/laghos/mpi/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,18 @@ ramble:
laghos_mpi_triplept_{n_nodes}_{n_ranks}:
variables:
spack:
concretized: true
packages:
zlib:
spack_spec: [email protected] +optimize+pic+shared
compiler: default-compiler
laghos:
spack_spec: laghos@develop +metis ^zlib
spack_spec: laghos@develop +metis{modifier_spack_variant}
compiler: default-compiler
environments:
laghos:
packages:
- default-mpi
- zlib
- blas
- laghos
- '{modifier_package_name}'

0 comments on commit 93cbced

Please sign in to comment.