- Sep 14, 2017
-
-
Jana Pazurikova authored
-
Jana Pazurikova authored
-
Jana Pazurikova authored
-
Jana Pazurikova authored
-
Jana Pazurikova authored
-
- Sep 12, 2017
-
-
Giovanni Bussi authored
Bug introduced on 6f8df85d
-
- Sep 11, 2017
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Warning at the end of configure about missing MPI was incorrect, as a consequence. of 971a5078. Fixed now [ci skip]
-
Giovanni Bussi authored
[makedoc]
-
Giovanni authored
Add more regtest for DRR module
-
hanatok authored
It doesn't run on travis-ci, but on my mac it runs successfully.
-
- Sep 10, 2017
-
-
https://github.com/plumed/plumed2hanatok authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
[makedoc]
-
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 }
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Small typo in the regtests log
-
- Sep 09, 2017
-
-
hanatok authored
boost::serialization doesn't offer forward compatibility. This means we cannot deserialize an archive from newer boost on old boost.
-
https://github.com/plumed/plumed2hanatok authored
-
- Sep 08, 2017
-
-
Giovanni Bussi authored
[makedoc]
-
Giovanni Bussi authored
-
Giovanni Bussi authored
[makedoc]
-
hanatok authored
1. Add test for UI estimator 2. Add test for merging windows in drr_tool 3. Add restart test
-
hanatok authored
-
https://github.com/plumed/plumed2hanatok authored
-
carlocamilloni authored
[makedoc]
-
carlocamilloni authored
-
https://github.com/plumed/plumed2hanatok authored
-
carlocamilloni authored
-
Giovanni Bussi authored
This allows port "plumed +allmodules" to use DRR module.
-
https://github.com/plumed/plumed2hanatok authored
-
- Sep 07, 2017
-
-
Giovanni Bussi authored
[makedoc]
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Macros that look for system libraries have been simplified in many respects: 1. Search for libs is now made with AC_SEARCH_LIBS, which does the same thing our macro was doing (try first with no explicitly linked lib, then try with libs) but is standard. 2. Actually, AC_SEARCH_LIBS is wrapped by PLUMED_SEARCH_LIBS that also follows --disable-libsearch correctly. 3. PLUMED_CHECK_CXX_PACKAGE has been added which simplifies searching c++ libs by providing a short test program (closes #274). 4. Both PLUMED_CHECK_PACKAGE and PLUMED_CHECK_CXX_PACKAGE now also set an env var that can be used later in the configure script 5. Both PLUMED_CHECK_PACKAGE and PLUMED_CHECK_CXX_PACKAGE accept multiple candidate libraries (similarly to AC_SEARCH_LIBS) 6. Blas, lapack, gsl, and molfile are now searched with PLUMED_SEARCH_LIBS
-
Giovanni Bussi authored
Got rid of first argument. Now, the name of the variable is computed automatically from the option by replacing - with _ No change in ./configure file
-
Giovanni Bussi authored
[makedoc]
-
Giovanni Bussi authored
[makedoc]
-
hanatok authored
Add extended adaptive biasing force or dynamic reference restraining method
-
Giovanni Bussi authored
-
hanatok authored
-