Skip to content

Commit 0b9b56b

Browse files
more updates
1 parent adac13f commit 0b9b56b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/software/sciapps/lammps.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@
55
It can model atomic, polymeric, biological, metallic, granular, and coarse-grained systems using a variety of force fields and boundary conditions.
66
The current version of LAMMPS is written in C++.
77

8+
!!! note
9+
!!! note "uenvs"
10+
[LAMMPS](https://www.lammps.org/) is provided on [ALPS][platforms-on-alps] via [uenv][ref-uenv].
11+
Please have a look at the [uenv documentation][ref-uenv] for more information about uenvs and how to use them.
12+
813
## Licensing Terms and Conditions
914

10-
LAMMPS is a freely-available open-source code, distributed under the terms of the [GNU Public License].
15+
??? note "Licensing terms and conditions"
16+
[LAMMPS] is a freely-available open-source code, distributed under the terms of the [GNU Public License](http://www.gnu.org/copyleft/gpl.html).
1117

1218
## Running LAMMPS
1319

@@ -290,7 +296,7 @@ source spack/share/spack/setup-env.sh
290296
export SPACK_SYSTEM_CONFIG_PATH=/user-environment/config/
291297
```
292298

293-
Then create the path and file `$SCRATCH/custom_env/spack.yaml`. We'll disable the KOKKOS package (and enable the GPU package via +cuda spec), and add the CG-SPICA package (via the +cg-spica spec) as an example. You can get the full list of options here: https://packages.spack.io/package.html?name=lammps.
299+
Then create the path and file `$SCRATCH/custom_env/spack.yaml`. We'll disable the KOKKOS package (and enable the GPU package via +cuda spec), and add the CG-SPICA package (via the +cg-spica spec) as an example. You can get the full list of options on [the LAMMPS spack package overview](https://packages.spack.io/package.html?name=lammps).
294300

295301
```
296302
spack:

0 commit comments

Comments
 (0)