Template:Softwarepage

From bwHPC Wiki
Revision as of 15:05, 18 November 2021 by K Siegmund (talk | contribs)
Jump to: navigation, search
Attention.svg

This page contains additional documentation to a software package available via Environment Modules. Version-specific 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;