Expand MDI examples README
This commit is contained in:
@ -5,21 +5,20 @@ sends one or more commands to LAMMPS.
|
|||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
NOTE: the Script.sh file has comands to perform all the
|
The Script.sh file has comands to perform some very simple example
|
||||||
runs listed below.
|
runs.
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
File or ZMQ or mpi/two modes of messaging:
|
More complex calculations using LAMMPS as an MDI engine will
|
||||||
|
typically require the use of an MDI driver. Several MDI drivers
|
||||||
|
support calculations with LAMMPS, and include:
|
||||||
|
|
||||||
% mpirun -np 1 lmp_mpi -v mode file -log log.client -in in.message.client &
|
Ab Initio Molecular Dynamics (AIMD) Driver:
|
||||||
% mpirun -np 2 lmp_mpi -v mode file -log log.server -in in.message.server
|
https://github.com/MolSSI-MDI/MDI_AIMD_Driver
|
||||||
|
|
||||||
% mpirun -np 4 lmp_mpi -v mode zmq -log log.client -in in.message.client &
|
Nudged Elastic Band (NEB) Driver:
|
||||||
% mpirun -np 1 lmp_mpi -v mode zmq -log log.server -in in.message.server
|
https://github.com/MolSSI-MDI/MDI_NEB_Driver
|
||||||
|
|
||||||
% mpirun -np 2 lmp_mpi -v mode mpitwo -log log.client -in in.message.client &
|
Metadynamics Driver:
|
||||||
% mpirun -np 4 lmp_mpi -v mode mpitwo -log log.server -in in.message.server
|
https://github.com/MolSSI-MDI/MDI_Metadynamics
|
||||||
|
|
||||||
Or run with in.message.tilt.client/server.
|
|
||||||
Don't run the tilt files with the "file" mode; they run too slow.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user