
NAMD benchmarks from Phillips et al., SC14

You need two versions of NAMD: a regular multicore build (can be downloaded)
with the included psfgen standalone binary, and a memopt build for your
parallel machine (./config ... --with-memopt).

wget http://www.ks.uiuc.edu/Research/namd/utilities/stmv.tar.gz
tar xzf stmv.tar.gz
mv stmv/* .
rmdir stmv

The following commands generate multiple copies of the STMV structure.

psfgen make_stmv.pgn
psfgen make_5x2x2stmv.pgn
psfgen make_210stmv.pgn

The following commands use a regular NAMD binary to compress the STMV
structure and should be run on a machine with at least 128GB of memory.

namd2 compress_1stmv.namd
namd2 compress_20stmv.namd
namd2 compress_210stmv.namd

The folowing NAMD config files require a memopt binary.  Even if memory
usage isn't an issue the memopt version greatly reduces startup time.

1stmv2fs.namd
20stmv2fs.namd
210stmv2fs.namd

