cc_staff
229
edits
No edit summary |
(Marked this version for translation) |
||
Line 5: | Line 5: | ||
Amber is the collective name for a suite of programs that allow users to perform molecular dynamics simulations, particularly on biomolecules. None of the individual programs carry this name, but the various parts work reasonably well together, and provide a powerful framework for many common calculations. | Amber is the collective name for a suite of programs that allow users to perform molecular dynamics simulations, particularly on biomolecules. None of the individual programs carry this name, but the various parts work reasonably well together, and provide a powerful framework for many common calculations. | ||
==Running Amber 18== | ==Running Amber 18== <!--T:8--> | ||
<!--T:9--> | |||
Currently, versions 18 and 18.10-18.11 are available on all clusters. | Currently, versions 18 and 18.10-18.11 are available on all clusters. | ||
<!--T:10--> | |||
Non-GPU versions | Non-GPU versions | ||
module load gcc/5.4.0 openmpi/2.1.1 amber/18 scipy-stack/2019a | module load gcc/5.4.0 openmpi/2.1.1 amber/18 scipy-stack/2019a | ||
Line 14: | Line 16: | ||
module load gcc/5.4.0 openmpi/2.1.1 amber/18.10-18.11 scipy-stack/2019a | module load gcc/5.4.0 openmpi/2.1.1 amber/18.10-18.11 scipy-stack/2019a | ||
<!--T:11--> | |||
GPU versions: | GPU versions: | ||
module load gcc/5.4.0 cuda/9.0.176 openmpi/2.1.1 amber/18 scipy-stack/2019a | <!--T:12--> | ||
module load gcc/5.4.0 cuda/9.0.176 openmpi/2.1.1 amber/18 scipy-stack/2019a | |||
or | or | ||
module load gcc/5.4.0 cuda/9.0.176 openmpi/2.1.1 amber/18.10-18.11 scipy-stack/2019a | module load gcc/5.4.0 cuda/9.0.176 openmpi/2.1.1 amber/18.10-18.11 scipy-stack/2019a | ||
Line 27: | Line 31: | ||
[name@server $] module load amber/16 | [name@server $] module load amber/16 | ||
<!--T:13--> | |||
This version does not support some Python functionality of Amber. | This version does not support some Python functionality of Amber. | ||
Line 32: | Line 37: | ||
For a general discussion about submitting jobs, see [[Running jobs]]. | For a general discussion about submitting jobs, see [[Running jobs]]. | ||
<!--T:14--> | |||
In examples below, change the module load command to one above if you with to use the newer version. | In examples below, change the module load command to one above if you with to use the newer version. | ||