Minnesota Supercomputing Institute
14-cuda
14-cuda, 20, 20-quick, 14, 14-cuda, 14-intel
Wednesday, June 12, 2024
20, 20-quick, 14, 14-cuda, 14-intel
AMBER. Assisted Model Building with Energy Refinement. AMBER refers to two things: a molecular mechanical force field for the simulation of biomolecules (which is in general use in a variety of simulation programs)- and a package of molecular simulation programs which includes source code and demos.
To run this software interactively in a Linux environment run the command:
module avail amber
and choose the most recent version of the software applicable to your research. The exact name of the module will vary from machine to machine, and over time with new updates so be sure to study the list printed with the 'module avail' command demonstrated above. For example,
module load amber/11
#!/bin/bash -l #PBS -l walltime=24:00:00,mem=16gb,nodes=2:ppn=8 #PBS -m abe module load amber cd $PBS_O_WORKDIR mpirun sander.MPI -O -i AMP2md39.in -o AMP2md39.out -p \ AMP2_wat.prmtop -c AMP2md38.rst -r AMP2md39.rst -x \ AMP2md39.mdcrd