Difference between revisions of "CHARMM"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
Line 16: | Line 16: | ||
|{{#vardefine:url|http://www.charmm.org/}} | |{{#vardefine:url|http://www.charmm.org/}} | ||
<!--Compiler and MPI settings - OPTIONAL --> | <!--Compiler and MPI settings - OPTIONAL --> | ||
− | |{{#vardefine:intel| | + | |{{#vardefine:intel|}} <!-- E.g. "11.1" --> |
− | |{{#vardefine:mpi| | + | |{{#vardefine:mpi|}} <!-- E.g. "openmpi/1.3.4" --> |
<!--Choose sections to enable - OPTIONAL--> | <!--Choose sections to enable - OPTIONAL--> | ||
|{{#vardefine:mod|1}} <!--Present instructions for running the software with modules --> | |{{#vardefine:mod|1}} <!--Present instructions for running the software with modules --> | ||
Line 49: | Line 49: | ||
* See [[CHARMM_36a3|the 36a3 version page for more details]]. | * See [[CHARMM_36a3|the 36a3 version page for more details]]. | ||
<!-- --> | <!-- --> | ||
+ | ==Running the application using modules== | ||
+ | To use charmm with the environment modules system at HPC the following commands are available: | ||
+ | Get module information for CHARMM: | ||
+ | module spider charmm | ||
{{#if: {{#var: mod}}|==Running the application using modules== | {{#if: {{#var: mod}}|==Running the application using modules== | ||
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} |
Revision as of 19:05, 30 April 2012
Description
{{{name}}} website
CHARMM (Chemistry at HARvard Macromolecular Mechanics):
- is a versatile and widely used molecular simulation program with broad application to many-particle systems
- has been developed with a primary focus on the study of molecules of biological interest, including peptides, proteins, prosthetic groups, small molecule ligands, nucleic acids, lipids, and carbohydrates, as they occur in solution, crystals, and membrane environments
- provides a large suite of computational tools that encompass numerous conformational and path sampling methods, free energy estimates, molecular minimization, dynamics, and analysis techniques, and model-building capabilities
- is useful for a much broader class of many-particle systems
- can be utilized with various energy functions and models, from mixed quantum mechanical-molecular mechanical force fields, to all-atom classical potentials with explicit solvent and various boundary conditions, to implicit solvent and membrane models
- has been ported to numerous platforms in both serial and parallel architectures
Available versions
35b2
36a3
Running the application using modules
To use charmm with the environment modules system at HPC the following commands are available: Get module information for CHARMM:
module spider charmm
Running the application using modules
To use charmm with the environment modules system at HPC the following commands are available:
Get module information for charmm:
$module spider charmm
Load the default application module:
$module load charmm
The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:
- HPC_CHARMM_DIR - directory where charmm is located.
In addition the CHARMM module can be loaded via a single command:
module load intel/10.1 mvapich charmm