The following are a list of patches that fix bugs discovered after the NAMD 2.14 release.

To patch the source code for each of the aforementioned bugs, download the source release of NAMD 2.14, expand the archive file, change into the top level directory, and apply the patch. You can either download and apply a diff-generated patch, or you can download a tar ball containing the patched versions of the affected source files.

Here is an example of applying a diff-generated patch:

$ tar xvzf NAMD_2.14_Source.tar.gz
$ cd NAMD_2.14_Source
$ patch -p1 < namd_2.14_bug-fix.patch

Here is an example of updating from a tar ball:

$ tar xvzf NAMD_2.14_Source.tar.gz
$ cd NAMD_2.14_Source
$ tar xvzf namd_2.14_bug-fix.tar.gz

After patching the source code, you must rebuild NAMD from source.