diff --git a/configure b/configure index 2def5bebf39bef304da889b39b9ae9a121cc7e88..2586638be2a2438638832454a32a2939007a59a9 100755 --- a/configure +++ b/configure @@ -6941,24 +6941,22 @@ fi if test $program_can_run == no ; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plumed executable will not run on this machine" >&5 $as_echo "$as_me: WARNING: plumed executable will not run on this machine" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: to patch an MD code now use 'plumed-patch'" >&5 -$as_echo "$as_me: WARNING: to patch an MD code now use 'plumed-patch'" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: after installing plumed you should use '$prefix/lib/$program_name/plumed-patch'" >&5 -$as_echo "$as_me: WARNING: after installing plumed you should use '$prefix/lib/$program_name/plumed-patch'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: to patch an MD code use 'plumed-patch'" >&5 +$as_echo "$as_me: WARNING: to patch an MD code use 'plumed-patch'" >&2;} elif test $mpi_found == ok ; then if test $program_can_run_mpi == no ; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: plumed executable will not run on this machine" >&5 $as_echo "$as_me: WARNING: plumed executable will not run on this machine" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unless you invoke it as 'plumed --no-mpi'" >&5 $as_echo "$as_me: WARNING: unless you invoke it as 'plumed --no-mpi'" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: to patch an MD code now use 'plumed --no-mpi patch'" >&5 -$as_echo "$as_me: WARNING: to patch an MD code now use 'plumed --no-mpi patch'" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: (notice that MPI will be available anyway in the patched code)" >&5 -$as_echo "$as_me: WARNING: (notice that MPI will be available anyway in the patched code)" >&2;} - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: all command line tools are available as 'plumed --no-mpi name-of-the-tool'" >&5 -$as_echo "$as_me: WARNING: all command line tools are available as 'plumed --no-mpi name-of-the-tool'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: all command line tools are thus available as 'plumed --no-mpi name-of-the-tool'" >&5 +$as_echo "$as_me: WARNING: all command line tools are thus available as 'plumed --no-mpi name-of-the-tool'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: e.g. 'plumed --no-mpi driver'" >&5 $as_echo "$as_me: WARNING: e.g. 'plumed --no-mpi driver'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: to patch an MD code use 'plumed --no-mpi patch'" >&5 +$as_echo "$as_me: WARNING: to patch an MD code use 'plumed --no-mpi patch'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: (notice that MPI will be available anyway in the patched code)" >&5 +$as_echo "$as_me: WARNING: (notice that MPI will be available anyway in the patched code)" >&2;} fi fi diff --git a/configure.ac b/configure.ac index d42559b74392fac87a1d167e5a565abe347df676..c003c4136bd1bb830a4af2c9b6c4cfce2b5713ef 100644 --- a/configure.ac +++ b/configure.ac @@ -761,16 +761,15 @@ fi if test $program_can_run == no ; then AC_MSG_WARN([plumed executable will not run on this machine]) - AC_MSG_WARN([to patch an MD code now use 'plumed-patch']) - AC_MSG_WARN([after installing plumed you should use '$prefix/lib/$program_name/plumed-patch']) + AC_MSG_WARN([to patch an MD code use 'plumed-patch']) elif test $mpi_found == ok ; then if test $program_can_run_mpi == no ; then AC_MSG_WARN([plumed executable will not run on this machine]) AC_MSG_WARN([unless you invoke it as 'plumed --no-mpi']) - AC_MSG_WARN([to patch an MD code now use 'plumed --no-mpi patch']) - AC_MSG_WARN([(notice that MPI will be available anyway in the patched code)]) - AC_MSG_WARN([all command line tools are available as 'plumed --no-mpi name-of-the-tool']) + AC_MSG_WARN([all command line tools are thus available as 'plumed --no-mpi name-of-the-tool']) AC_MSG_WARN([e.g. 'plumed --no-mpi driver']) + AC_MSG_WARN([to patch an MD code use 'plumed --no-mpi patch']) + AC_MSG_WARN([(notice that MPI will be available anyway in the patched code)]) fi fi