NAMD may be run on a single Windows workstation via the command:
charmrun namd2 ++local +p<procs> <configfile>
For best performance, <procs> should be the number of processors in
your machine, and defaults to one if the +p
option is omitted.
However, the ++local
option is required unless charmd
is running
and a nodelist file (containing only localhost) is present.
See below to run on multiple machines.