- Sep 04, 2018
-
-
carlocamilloni authored
-
- Aug 28, 2018
-
-
Giovanni Bussi authored
Fixed the initialization of some static data by treating them as static vectors and initializing them with a lambda function. In principle, this rules out possible problems arising when multiple threads call the decode function simultaneously for the the first time. The vectors are then declared as const for clarity.
-
Giovanni Bussi authored
opMap is now constructed in a single statement. This avoids problems possibly arising with multiple threads accessing for the first time to this method simultaneously. opMap is then made const for clarity.
-
Giovanni Bussi authored
It is not completely clear what would happen with multi threads. Since the function is not used anywhere, I just remove it.
-
Giovanni Bussi authored
cc: @valsson
-
- Aug 27, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Aug 14, 2018
-
-
Giovanni authored
Fix for bug in TD_GRID
-
Omar Valsson authored
-
Omar Valsson authored
Fixed typo in grid spacing lookup See merge request MPIP-Valsson-Group/plumed2-ves!4
-
- Aug 07, 2018
-
-
Benjamin Pampel authored
-
- Aug 02, 2018
-
-
Omar Valsson authored
* copying and adapting the FaMetaD code from the old version, still need to be tested * forgot keywords * fixed a few things in the FaMetaD * improved parsing, error msg, and log printing * moved updating of pace to update() * astyle fix * made FaMetaD work with current acc cacluations * regtest for FaMetaD * added printout of reading in of acc value * fixed a newline error in acc printout * added manual info for FaMetaD * astyle fix * removed not needed values from colvar file in rt * fixed a problem with restarting of FaMetaD * added rt for restarting of FaMetaD * add notes to the manual on restarting and acc factor * fix for restart regtest for fametad * added warning if restarting and not reading in acc from file * astyle fixes * Added a check to make sure that combing FaMetaD and MPI mwalkers is not allowed * changed error call to be consistent
-
- Jul 26, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
The list is now shorter, only include very common compilers, and is consistent in C and C++. In particular, on OSX it chooses both clang++ and clang as default. Fixes #375
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Allows embedding a separate PLUMED instance.
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jul 24, 2018
-
-
Giovanni Bussi authored
Using auto when creating a unique_ptr
-
Giovanni Bussi authored
Using c++11 to initialize the map instead of calling a function everytime
-
Giovanni Bussi authored
-
Giovanni Bussi authored
This is to avoid potential clashes.
-
- Jul 23, 2018
-
-
Giovanni Bussi authored
I removed many cases that are not in practice useful. In particular, it won't be anymore possible to: - Link statically PLUMED if both "ar" and "ld -ro" do not work correctly. - Link runtime PLUMED is "ar" does not work correctly. Both statements are true only for installed PLUMED. Not installed plumed still uses object files. (see #352)
-
- Jul 20, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
All atoms were erroneously requested also after the first step.
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Allow COMMITTOR to stop driver.
-
- Jul 17, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
when using DEBUG, detailed timers were always shown by mistake. Now they are only shown when using flag DETAILED_TIMERS
-
Giovanni Bussi authored
-