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:33] ulges |
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. | ||
+ | Based on Charm++ parallel objects, NAMD scales to hundreds of cores for typical simulations and beyond 200,000 cores for the largest simulations.\\ | ||
^ NAMD ^^ | ^ NAMD ^^ | ||
Line 7: | Line 10: | ||
|**Lizenz: | |**Lizenz: | ||
|**Developer**: | |**Developer**: | ||
- | |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. | ||
- | Based on Charm++ parallel objects, NAMD scales to hundreds of cores for typical simulations and beyond 200,000 cores for the largest simulations. | ||
===== 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. |