Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| technical:recipes:lammps [2025-11-04 11:39] – frey | technical:recipes:lammps [2025-11-04 11:49] (current) – frey | ||
|---|---|---|---|
| Line 197: | Line 197: | ||
| <note tip>Once a version/ | <note tip>Once a version/ | ||
| + | |||
| + | ===== Activating LAMMPS packages ===== | ||
| + | |||
| + | Additional LAMMPS functionality exists in // | ||
| + | |||
| + | <code bash> | ||
| + | [PROMPT]$ cd " | ||
| + | [PROMPT]$ make ps | ||
| + | Installed | ||
| + | Installed | ||
| + | Installed | ||
| + | Installed | ||
| + | : | ||
| + | Installed | ||
| + | Installed | ||
| + | Installed | ||
| + | </ | ||
| + | |||
| + | One helpful package is the [[https:// | ||
| + | |||
| + | <code bash> | ||
| + | [PROMPT$ $ make yes-INTEL | ||
| + | Installing package INTEL | ||
| + | |||
| + | [PROMPT]$ make caviness | ||
| + | </ | ||
| + | |||
| + | Hybrid parallelism can be enabled by activating the [[https:// | ||
| + | |||
| + | <code bash> | ||
| + | [PROMPT$ $ make yes-OPENMP | ||
| + | Installing package OPENMP | ||
| + | |||
| + | [PROMPT]$ make caviness | ||
| + | </ | ||
| ====== VALET package definition ====== | ====== VALET package definition ====== | ||