From 7c4f616a2e7af8a1d3e9b645ce10447663723abb Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Fri, 27 Oct 2017 17:20:04 +0200 Subject: [PATCH] changelog --- CHANGES/v2.4.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES/v2.4.md b/CHANGES/v2.4.md index dc72c1691..bd96c721f 100644 --- a/CHANGES/v2.4.md +++ b/CHANGES/v2.4.md @@ -151,3 +151,9 @@ Fixes after beta release: - Fixed a bug in EDS module for restarts, where accumulated rate was not stored to restart file, leading to convergence problems. - (developers) `plumed config makefile_conf` can be used to retrieve `Makefile.conf` file a posteriori. - Added patch for Quantum ESPRESSO 6.2 (thanks to Ralf Meyer). + - (developers) Store `MPIEXEC` variable at configure time and use it later for running regtests. Notice that in case + `MPIEXEC` is not specified regtests will be run using the command stored in env var `PLUMED_MPIRUN` or, if this is + also not defined, using `mpirun`. + - (developers) Added canonical makefile targets `check` and `installcheck`. Notice that `check` runs checks with + non-installed plumed whereas `installcheck` uses the installed one, including its correct program name if it + was personalized (e.g. with suffixes). Notice that this modifies the previously available `check` target. -- GitLab