AmberTools 13

AmberTools: Molecular simulation tools.

To compile: Place tar ball in /software and unpack

module load python-2.7
module load gcc-4.7.2

./configure gnu

make install

For parallel version:

module load openmpi-gnu
./configure -mpi gnu

make install