Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:namd2 [2013/02/14 11:17] ulges [Available Versions and Combinations] |
software:namd2 [2021/09/14 15:07] jrutte02 removed |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== NAMD ====== | ====== NAMD ====== | ||
- | [[http:// | + | [[http:// |
NAMD (**N**ot (just) **A**nother **M**olecular **D**ynamics program) is a parallel molecular dynamics code designed for high-performance simulation of large biomolecular systems. | NAMD (**N**ot (just) **A**nother **M**olecular **D**ynamics program) is a parallel molecular dynamics code designed for high-performance simulation of large biomolecular systems. | ||
- | Based on Charm++ parallel objects, NAMD scales to hundreds of cores for typical simulations and beyond 200,000 cores for the largest simulations. | + | Based on Charm++ parallel objects, NAMD scales to hundreds of cores for typical simulations and beyond 200,000 cores for the largest simulations.\\ |
+ | |||
+ | ^ NAMD ^^ | ||
+ | |**Version: | ||
+ | |**Release: | ||
+ | |**Lizenz: | ||
+ | |**Developer**: | ||
===== Available Versions and Combinations ===== | ===== Available Versions and Combinations ===== | ||
- | ^ Version ^ Compiler | + | ^ Version ^ Compiler |
- | | 2.9 | [[software: | + | | 2.9 | [[software: |
- | | ::: | ::: | [[software: | + | | ::: | ::: | [[software: |
- | | ::: | [[software: | + | | ::: | ::: | |''/ |
+ | | ::: | [[software: | ||
+ | ===== Usage ===== | ||
+ | To use NAMD, you first need to load the corresponding modulefiles.\\ | ||
+ | |||
+ | For single-cpu usage: | ||
+ | <code bash>$ $PATH/namd2 < | ||
+ | |||
+ | For parallel usage with LSF: | ||
+ | <code bash>$ bsub -a <mpi> -q < | ||
+ | |||
+ | ===== Notes ===== | ||
+ | For computations with up to around 256 cores the version '' | ||
+ | With a higher number of cores it will be reversed. |