In this exercise we will learn:
LeanMD is a molecular dynamics simulation program written in Charm++. This benchmark simulates the behavior of atoms based on the Lennard-Jones potential, which is an effective potential that describes the interaction between two uncharged molecules or atoms. The computation performed in this code mimics the short-range non-bonded force calculation in NAMD, and resembles the LJ force computation in miniMD benchmark in the Mantevo benchmark suite maintained by Sandia National Laboratories.
Instructions:
tar xzf leanmd-tut.tar.gz
cd leanmd-tut
make
qsub -A ATPESC2016 -t 5 -n 4 --mode script myjob.sh
wget http://charm.cs.illinois.edu/tutorial_anl/leanmd_proj_64.tar.gz
cd leanmd_proj_64
/path/to/projections_6.7.0/bin/projections leanmd.sts
OR
/projects/ATPESC2016/anl_charm_tutorial/projections_6.7.0/bin/projections leanmd.sts
ssh -X