Difference between revisions of "Template:Softwarepage"

From bwHPC Wiki
Jump to: navigation, search
(Created page with "{| style=" background:#deffee; width:100%;" | style="padding:12px; background:#cef2e0; text-align:left" | center|150px | style="padding:12px; backgr...")
 
Line 3: Line 3:
 
[[Image:Attention.svg|center|150px]]
 
[[Image:Attention.svg|center|150px]]
 
| style="padding:12px; background:#cef2e0; text-align:left" |
 
| style="padding:12px; background:#cef2e0; text-align:left" |
This page documents a software package available via [[Environment Modules]]. Documentation is available on the terminal via
+
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>
 
module help <category>/<softwarename>
 
e.g. for the software chem/lammps, this would be
 
e.g. for the software chem/lammps, this would be

Revision as of 15:05, 18 November 2021

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;