- Oct 18, 2013
-
-
Giovanni Bussi authored
I fixed the usage of stopflag in driver so that it is clearer that the program stops at the end of the present step and not at the beginning of the following. This is obviously equivalent, but shows that scope of the flag can be reduced to be defined at the inner of the MD loop. Even if this is not a bux fix, I consider it as paired with fix #47 and I merge it to v2.0
-
- Oct 16, 2013
-
-
Giovanni Bussi authored
I think this is more coherent with other cmd() calls.
-
- Oct 09, 2013
-
-
Giovanni Bussi authored
I set it to 2 instead of 2.0, so that it will not be necessary to update it
-
- Aug 25, 2013
-
-
Giovanni Bussi authored
I replaced everywhere it made sense the new Communicator class syntax. This commit is not strictly necessary, but provides examples of the simpler syntax so I think should be merged
-
- Jul 05, 2013
-
-
Giovanni Bussi authored
I adapted the debug replica exchange stuff. Since running on multiple trajectory could be useful, I leave --multi as a non-hidden option. I slightly changed behavior of the hidden flag --debug-grex (now one sets the exchange stride, not the number of replicas - the latter is set with --multi). Thus, a couple of retests had to be updated
-
- Jun 13, 2013
-
-
Carlo Camilloni authored
-
- Jun 12, 2013
-
-
Davide Branduardi authored
-
- May 29, 2013
-
-
Giovanni Bussi authored
There was a bug when reading cubic cells (Pointed out by Sergio Decherchi)
-
- Apr 17, 2013
-
-
Giovanni Bussi authored
-
- Apr 16, 2013
-
-
Giovanni Bussi authored
-
- Mar 06, 2013
-
-
Gareth Tribello authored
-
- Jan 24, 2013
-
-
Giovanni Bussi authored
-
- Jan 16, 2013
-
-
Gareth Tribello authored
If you want to but a plumed_assert in a loop you should now use plumed_dbg_assert / plumed_dbg_massert. This will not be included in the code if you compile with -DNDEBUG
-
- Jan 10, 2013
-
-
Gareth Tribello authored
-
- Jan 09, 2013
-
-
Giovanni Bussi authored
I used cppcheck --enable=all.
-
- Dec 17, 2012
-
-
Giovanni Bussi authored
-
- Dec 10, 2012
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Namespaces are used now in bias/colvar/function/cltools
-
Giovanni Bussi authored
I added a src/cltools/CLTool.h which can be directly included from sources in the cltools directory
-
- Dec 06, 2012
-
-
Giovanni Bussi authored
-
- Nov 23, 2012
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
All the source code have been moved into subdirectories of src/ Some of these subdirectories are treated in a special manner: src/wrapper contains the wrappers for MD codes src/main contains the main.cpp file src/config contains files generated without compilation, just based on configuration info src/lib is the place where executables and libraries are put at the end src/cltools contains the command line tools src/tools contains plumed tools (reusable classes) src/basic contains PlumedMain, Action hierarchy and other basic stuff src/multicolvar contains MultiColvar stuff src/imd is the interactive MD (still not totally portable). Notice that, to allow easy inclusion of .h files from other modules, I link all the directories in src/ into module directory. In this way it is possible e.g. to write #include "config/PlumedConfig.h" See src/README and src/basic/Makefile to understand how inter-module dependencies are set
-
- Nov 22, 2012
-
-
Gareth Tribello authored
-
- Nov 21, 2012
-
-
Gareth Tribello authored
-
Gareth Tribello authored
-
- Sep 27, 2012
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
With "plumed driver" it is possible to override the box in the trajectory file using a --box flag. Works for orthorhombic or generic cells. I also modified a regtest to that it checks this flag. (adapted from Toni Giorgino).
-
- Sep 26, 2012
-
-
Giovanni Bussi authored
Pdb was stupidly re-read at every step. Now it is only read at the beginning.
-
- Sep 24, 2012
-
-
Giovanni Bussi authored
There is a new option "--pdb" which allows specifying a pdb file.
-
Giovanni Bussi authored
(adapted from Toni Giorgino)
-
Giovanni Bussi authored
This can be done with a command line flag "--length-units XX" where XX is either a string (e.g. A, nm, …) or a conversion number from nm (e.g. A is equivalent to 0.1)
-
- Aug 16, 2012
-
-
Gareth Tribello authored
re-passed in to main of CLTools. Also fixed some mistakes in the developer documentation for Colvars and Functions
-
Gareth Tribello authored
command line tools easy to document in the same manner as Actions are easy to document
-
- Jul 20, 2012
-
-
Giovanni Bussi authored
as suggested by Gareth
-
- Jul 19, 2012
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
I added a PEOPLE file containing list of authors and a script (src/header.sh) which applies the Licence to all the source files. It can be applies multiple times (it automatically deletes the present header and replace it with the new one). Thus, to change the header, edit header.sh and execute it.
-
- Jul 13, 2012
-
-
Giovanni Bussi authored
I added to driver the possibility of mimicking a decomposition of the particle among processors with a sequential criterion (similar to the gromacs particle decomposition). Just use --debug-pd option. Number of particle per processor is changed randomly along the calculation.
-
- Feb 15, 2012
-
-
Giovanni Bussi authored
-
- Feb 10, 2012
-
-
Gareth Tribello authored
some of the English and in some cases writing new documentation. Also sorted a number of issues that arise because of the awkward formatting that is Doxygen requires
-