From 954028ec54c4710f956732b23aff17a7923150fa Mon Sep 17 00:00:00 2001 From: Massimiliano Bonomi Date: Fri, 5 Apr 2024 15:06:20 +0200 Subject: [PATCH 1/3] cleaned installing instructions --- user-doc/tutorials/a-master-ISDD-1.txt | 29 +++++++------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/user-doc/tutorials/a-master-ISDD-1.txt b/user-doc/tutorials/a-master-ISDD-1.txt index b4d3b0a41b..b66e0e1eeb 100644 --- a/user-doc/tutorials/a-master-ISDD-1.txt +++ b/user-doc/tutorials/a-master-ISDD-1.txt @@ -24,30 +24,16 @@ In this and in the next tutorial, we will use two pieces of software: Date: Fri, 5 Apr 2024 15:06:52 +0200 Subject: [PATCH 2/3] faster GROMACS --- user-doc/tutorials/a-master-ISDD-2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-doc/tutorials/a-master-ISDD-2.txt b/user-doc/tutorials/a-master-ISDD-2.txt index e12a069698..79941e9255 100644 --- a/user-doc/tutorials/a-master-ISDD-2.txt +++ b/user-doc/tutorials/a-master-ISDD-2.txt @@ -178,7 +178,7 @@ This default choice should be reasonable for most applications. Once your `plumed.dat` file is complete, you can run a 10-ns long metadynamics simulations with the following command: \verbatim -gmx_mpi mdrun -s topol.tpr -nsteps 5000000 -plumed plumed.dat +gmx_mpi mdrun -s topol.tpr -nsteps 5000000 -plumed plumed.dat -ntomp 1 \endverbatim During the metadynamics simulation, PLUMED will create two files, named `COLVAR` and `HILLS`. From 758b9ea46bd8f0c9f7cc72aa8987029f4b20c368 Mon Sep 17 00:00:00 2001 From: Daniele Rapetti <5535617+Iximiel@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:14:46 +0200 Subject: [PATCH 3/3] typo in -Wredundant-delcs -> -Wredundant-decls --- configure | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 5118b915c2..0f258cdce7 100755 --- a/configure +++ b/configure @@ -5103,9 +5103,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext save_CXXFLAGS="$CXXFLAGS" - CXXFLAGS="$CXXFLAGS -Wredundant-delcs" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -Wredundant-delcs" >&5 -$as_echo_n "checking whether $CXX accepts -Wredundant-delcs... " >&6; } + CXXFLAGS="$CXXFLAGS -Wredundant-decls" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -Wredundant-decls" >&5 +$as_echo_n "checking whether $CXX accepts -Wredundant-decls... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ diff --git a/configure.ac b/configure.ac index 2ac5f62fe5..b2ca2a6d49 100644 --- a/configure.ac +++ b/configure.ac @@ -389,7 +389,7 @@ then PLUMED_CHECK_CXXFLAG([-Wcast-qual]) PLUMED_CHECK_CXXFLAG([-Wcast-align]) PLUMED_CHECK_CXXFLAG([-Wconversion]) - PLUMED_CHECK_CXXFLAG([-Wredundant-delcs]) + PLUMED_CHECK_CXXFLAG([-Wredundant-decls]) PLUMED_CHECK_CXXFLAG([-Wvariadic-macros]) PLUMED_CHECK_CXXFLAG([-Wold-style-cast]) fi