Skip to content
Snippets Groups Projects
Commit 83b14b96 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

GMX2016.1: patch updated

parent b0e57ba9
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 1 deletion
...@@ -127,6 +127,7 @@ Fixes since 2.3b. Relevant things could be merged in the changelog above when we ...@@ -127,6 +127,7 @@ Fixes since 2.3b. Relevant things could be merged in the changelog above when we
- \ref PUCKERING now supports 6 membered rings. - \ref PUCKERING now supports 6 membered rings.
- Tutorials have been (partially) updated to reflect some of the changes in the syntax - Tutorials have been (partially) updated to reflect some of the changes in the syntax
- gromacs 5.1.x patch updated to 5.1.4 - gromacs 5.1.x patch updated to 5.1.4
- gromacs 2016.x patch updated to 2016.1
- LAMMPS patch updated to support multiple walkers and report plumed bias to LAMMPS (thanks to Pablo Piaggi). - LAMMPS patch updated to support multiple walkers and report plumed bias to LAMMPS (thanks to Pablo Piaggi).
- When using \ref METAD with file-based multple walkers and parallel jobs (i.e. mpirun) extra suffix is not added (thanks to Marco De La Pierre). - When using \ref METAD with file-based multple walkers and parallel jobs (i.e. mpirun) extra suffix is not added (thanks to Marco De La Pierre).
- Parser now reports errors when passing numbers that cannot be parsed instead of silently replacing their default value. See \issue{104}. - Parser now reports errors when passing numbers that cannot be parsed instead of silently replacing their default value. See \issue{104}.
......
...@@ -7,7 +7,6 @@ function plumed_preliminary_test(){ ...@@ -7,7 +7,6 @@ function plumed_preliminary_test(){
function plumed_patch_info(){ function plumed_patch_info(){
cat << EOF cat << EOF
PLUMED can be incorporated into gromacs using the standard patching procedure. PLUMED can be incorporated into gromacs using the standard patching procedure.
Patching must be done in the gromacs root directory _before_ the cmake command is invoked. Patching must be done in the gromacs root directory _before_ the cmake command is invoked.
...@@ -28,3 +27,7 @@ For more information on gromacs you should visit http://www.gromacs.org ...@@ -28,3 +27,7 @@ For more information on gromacs you should visit http://www.gromacs.org
EOF EOF
} }
plumed_before_patch(){
plumed_patch_info
}
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