Skip to content

Commit

Permalink
Fix lammps version (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: Riyaz Haque <[email protected]>
Co-authored-by: pearce8 <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent aa45757 commit 3136159
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions experiments/lammps/openmp/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ramble:
experiments:
scaling_{n_nodes}nodes_{size_name}:
variables:
env_name: lammps_omp
env_name: lammps
processes_per_node: ['36']
zips:
problems:
Expand All @@ -48,12 +48,12 @@ ramble:
spack:
concretized: true
packages:
lammps_omp:
spack_spec: lammps@20230802.1 +opt+manybody+molecule+kspace+rigid+openmp+openmp-package+asphere+dpd-basic+dpd-meso+dpd-react+dpd-smooth+reaxff
lammps:
spack_spec: lammps@20231121 +opt+manybody+molecule+kspace+rigid+openmp+openmp-package+asphere+dpd-basic+dpd-meso+dpd-react+dpd-smooth+reaxff
compiler: default-compiler
environments:
lammps_omp:
lammps:
packages:
- lapack
- default-mpi
- lammps_omp
- lammps

0 comments on commit 3136159

Please sign in to comment.