NAMD: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Framework for NAMD page)
 
(→‎General: tutorials link)
Line 8: Line 8:
* Manual: http://www.ks.uiuc.edu/Research/namd/current/ug/
* Manual: http://www.ks.uiuc.edu/Research/namd/current/ug/
* Downloads: http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=NAMD
* Downloads: http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=NAMD
 
* Tutorials: http://www.ks.uiuc.edu/Training/Tutorials/
A registration required to download software.
A registration required to download software.



Revision as of 14:34, 2 May 2017


This article is a draft

This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.




General[edit]

NAMD is a parallel, object-oriented molecular dynamics code designed for high-performance simulation of large biomolecular systems. Simulation preparation and analysis is integrated into the visualization package VMD.

A registration required to download software.

Release notes:

NAMD Wiki, How to compile: https://proteusmaster.urcf.drexel.edu/urcfwiki/index.php/Compiling_NAMD

Strengths[edit]

Weak points[edit]

GPU support[edit]

Quickstart Guide[edit]

This section summarizes configuration details.

Environment Modules[edit]

Submission Scripts[edit]

These examples of submission scripts will still have to be tested once the national system are available for testing.

Please refer to the page "Running jobs" for help on using the SLURM workload manager.

Serial Job[edit]

Here's a simple job script for serial simulation:

File : serial_namd_job.sh

#!/bin/bash
#SBATCH --time 0:30           # time (D-HH:MM)

module load namd


MPI Job[edit]

GPU Job[edit]

Usage[edit]

Installation[edit]

Links[edit]