- Dec 20, 2017
-
-
Omar Valsson authored
-
- Dec 19, 2017
-
-
Omar Valsson authored
-
- Dec 04, 2017
-
-
Gareth Tribello authored
-
- Nov 28, 2017
-
-
Giovanni Bussi authored
-
- Nov 22, 2017
-
-
Giovanni Bussi authored
-
- Nov 06, 2017
-
-
Giovanni Bussi authored
It now takes paths into account correctly
-
- Nov 02, 2017
-
-
Giovanni Bussi authored
cc @HanatoK I fixed the problem. Namely, plumed was linking by mistake another boost version (homebrew).
-
- Nov 01, 2017
-
-
Giovanni Bussi authored
-
- Oct 30, 2017
-
-
Giovanni Bussi authored
Notice that this breaks previous "check" target, that I think was anyway useless. check: does the check with the non-installed plumed installedcheck: does the check with the installed plumed
-
Giovanni Bussi authored
In case MPIEXEC was passed at configure time, it is used. In case not, env var PLUMED_MPIRUN is checked (for backward compatibility). Otherwise, `mpirun` is used.
-
hanatok authored
-
hanatok authored
-
- Oct 17, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
There was some "return 1". Now that exit code is checked, this would have triggered an error
-
Giovanni Bussi authored
Report a failure in the following two cases: - unknown test type - test program exiting with non-zero code
-
- Oct 03, 2017
-
-
Glen Hocky authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Oct 02, 2017
-
-
carlocamilloni authored
hopefully the last time..
-
- Oct 01, 2017
-
-
Omar Valsson authored
-
Omar Valsson authored
-
- Sep 30, 2017
-
-
carlocamilloni authored
-
- Sep 29, 2017
-
-
carlocamilloni authored
-
carlocamilloni authored
-
carlocamilloni authored
-
carlocamilloni authored
-
- Sep 28, 2017
-
-
Giovanni Bussi authored
appliable -> applicable failures are moved to the end of the list (suggested by @valsson)
-
Massimiliano Bonomi authored
-
- Sep 27, 2017
-
-
Massimiliano Bonomi authored
-
Massimiliano Bonomi authored
-
- Sep 15, 2017
-
-
Marco authored
-
hanatok authored
-
hanatok authored
-
hanatok authored
The parameter order in DRRAxis::setPeriodicity is fixed, so regenerate the regtest in drr/rt-extract2dpbc.
-
hanatok authored
-
hanatok authored
-
hanatok authored
The parameter order in DRRAxis::setPeriodicity is fixed, so regenerate the regtest in drr/rt-extract2dpbc.
-
- Sep 14, 2017
-
-
Jana Pazurikova authored
-
- Sep 11, 2017
-
-
hanatok authored
It doesn't run on travis-ci, but on my mac it runs successfully.
-
- Sep 10, 2017
-
-
Giovanni Bussi authored
Can be used to skip a regtest based on some complex test. E.g., to skip a test on mac add this to the config file: function plumed_custom_skip(){ if [ "$(uname)" == "Darwin" ] ; then return 0 fi }
-