Skip to content
Snippets Groups Projects
Commit 093d0328 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Closes #67

parent d4dd52b3
No related branches found
No related tags found
No related merge requests found
......@@ -15,13 +15,22 @@ function plumed_after_revert(){
}
function plumed_patch_info(){
echo ""
echo "PLUMED can be incorporated into LAMMPS using a simple patching procedure."
echo "Patching must be done _before_ LAMMPS is configured."
echo "After patching, one should enable PLUMED using the command"
echo "make yes-user-plumed"
echo "In the same way, before reverting one should disable PLUMED using the command"
echo "make no-user-plumed"
echo
echo "For more information on LAMMPS you should visit http://lammps.sandia.gov/"
cat << EOF
PLUMED can be incorporated into LAMMPS using a simple patching procedure.
Patching must be done _before_ LAMMPS is configured.
After patching, one should enable PLUMED using the command
make yes-user-plumed
In the same way, before reverting one should disable PLUMED using the command
make no-user-plumed
Also notice that command "fix plumed" should be used in lammps input
file *after* setting the relevant input parameters (e.g. after "timestep" command)
See also http://lammps.sandia.gov/doc/Section_commands.html for
further info on processing LAMMPS input, as well as
this discussion on github: http://github.com/plumed/plumed2/issues/67.
For more information on LAMMPS you should visit http://lammps.sandia.gov/
EOF
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment