Template:Softwarepage: Difference between revisions
Jump to navigation
Jump to search
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...") |
K Siegmund (talk | contribs) No edit summary |
||
(19 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| style=" background:#deffee; width:100%;" |
{| style=" background:#deffee; width:100%;" |
||
| style="padding:12px; background:#cef2e0; text-align:left" | |
|||
[[Image:Attention.svg|center|150px]] |
|||
| style="padding:12px; background:#cef2e0; text-align:left" | |
| style="padding:12px; background:#cef2e0; text-align:left" | |
||
The main documentation is available via <code> module help {{{1|<category>/<softwarename>}}}</code> on the cluster. Most [[Environment Modules|software modules]] for applications provide working example batch scripts. |
|||
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; |
|||
|} |
|} |
||
<br/> |
Latest revision as of 17:47, 17 February 2022
The main documentation is available via |