AMBER
Last Update: 27 Nov. 2024
AMBER is a modeling and molecular mechanics/dynamics simulation program package developed by Professor Coleman’s group at the University of California. Programs including builder modules for arranging solvent water molecules and fitting charges are available.
Available users
| Kyushu Univ. users | Academic users | Non-academic users |
|---|---|---|
| OK | OK | NG |
Site license (Kyushu University only)
Installation on equipments owned, leased, operated, or managed by Kyushu University in the applicable campuses:- AMBER campus site license (Hospital/Ito/Chikushi/Ohashi)
Module
| Module name | Version |
|---|---|
| amber | 24 |
| amber-cuda | 24-12.2.2 |
Module usage
Usage
Setup Environment
AMBER CPU
|
AMBER GPU
|
Execution
AMBER CPU
|
- 2 nodes and 240 processes
- Loading an input file
mdin - This is an example of pmemd parallel version. For other versions, please refer to the following.
sander serial version
mpiexec sander -O -i mdin
pmemd serial version
mpiexec pmemd -O -i mdin
sander parallel version
mpiexec -n $PJM_MPI_PROC sander.MPI -O -i mdin
AMBER GPU
|
- 1 node (exclusive use), 4 processes, and 4 GPUs.
- Loading an input file
mdin - An example of pmemd parallel version