Template:Softwarepage

From bwHPC Wiki
Revision as of 14:50, 18 November 2021 by K Siegmund (talk | contribs) (Created page with "{| style=" background:#deffee; width:100%;" | style="padding:12px; background:#cef2e0; text-align:left" | center|150px | style="padding:12px; backgr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Attention.svg

This page documents a software package available via Environment Modules. Documentation is available on the terminal via

module help <category>/<softwarename> 

e.g. for the software chem/lammps, this would be

$ module help chem/lammps

Further documentation is available in the form of example scripts in the directory $SOFTWARENAME_EXA_DIR. Example using lammps:

$ module load chem/lammps
$ cd $LAMMPS_EXA_DIR/ ; ls -la;