NAMD
From BCCD 3.0
Installing
These instructions were originally tested on a LittleFe cluster running BCCD revision 3.4.0-rc.5300 (build date 2015-9-3) and using the Ice Weasel web browser.
For support, please contact the BCCD developers mailing list, bccd-developers at googlegroups dot com.
- Prepare an installation directory:
sudo mkdir /opt/namd<ENTER> - Make the installation directory visible in the default shell:
echo "export PATH=\${PATH}:/opt/namd">>~/.bash_profile<ENTER> - Update the current shell:
source ~./bash_profile<ENTER> - Download the software using a web browser (e.g. Ice Weasel):
- Navigate to the NAMD download page.
- Find the latest version that is NOT the Nightly Build (as of this writing, the latest version is 2.11b2).
- Click the link for Linux-x86_64 (64-bit Intel/AMD with ethernet).
- Follow the instructions to register and/or download.
- Choose to save the downloaded file instead of opening with /bin/tar.
- Install the software using a terminal window:
- Change directories to the downloads folder:
cd ~/Downloads<ENTER> - Confirm the downloaded file is there (as of this writing, it is called NAMD_2.11b2_Linux-x86_64.tar.gz):
ls<ENTER> - Unpack the downloaded file into the installation directory you created:
sudo tar -C /opt/namd --strip-components=1 -xzvf NAMD_2.11b2_Linux-x86_64.tar.gz<ENTER>
- Change directories to the downloads folder:
You should now be able to run the commands namd2
, charmrun
, etc, as described in the NAMD documentation.
For support, please contact the BCCD developers mailing list, bccd-developers at googlegroups dot com.