Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| technical:recipes:lammps [2025-11-04 11:39] – frey | technical:recipes:lammps [2025-11-04 11:49] (current) – frey | ||
|---|---|---|---|
| Line 198: | Line 198: | ||
| <note tip>Once a version/ | <note tip>Once a version/ | ||
| - | ===== VALET package definition ===== | + | ===== 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 | ||
| By installing the finished executable in the '' | By installing the finished executable in the '' | ||
| Line 249: | Line 284: | ||
| </ | </ | ||
| - | ==== Using LAMMPS in jobs ==== | + | ===== Using LAMMPS in jobs ===== |
| With the VALET package definition present, jobs can make use of LAMMPS by adding the appropriate version/ | With the VALET package definition present, jobs can make use of LAMMPS by adding the appropriate version/ | ||