- Jun 04, 2013
-
-
Giovanni Bussi authored
uninitialized variable (from last commit)
-
- May 14, 2013
-
-
Giovanni Bussi authored
(suggested by Paolo Raiteri)
-
- May 06, 2013
-
-
Carlo Camilloni authored
-
- Apr 17, 2013
-
-
Giovanni Bussi authored
-
- Apr 16, 2013
-
-
Giovanni Bussi authored
ENDPLUMED was not correctly understood
-
- Mar 25, 2013
-
-
Giovanni Bussi authored
Can be activated with DEBUG DETAILED_TIMERS, and provide action by action timing. Useful for optimization
-
- Mar 22, 2013
-
-
Giovanni Bussi authored
Gromacs patch has been fixed (this is compulsory for big Endian machine)
-
- Mar 15, 2013
-
-
Giovanni Bussi authored
Energy was not calculated at every step. Now, gromacs ask to plumed whether energy is needed at that step and calculate it accordingly. I also updated the patch to 4.6.1
-
- Jan 25, 2013
-
-
Giovanni Bussi authored
When the log file is chosen by name (cmd("setLogFile"...)) there was a problem due to an apparent double initialization of log file. Now, logfile is open when cmd("setLogFile"...) and, in case it is still not open when cmd("init") is called, it is opened to stdout
-
- Jan 23, 2013
-
-
Giovanni Bussi authored
-
- Jan 18, 2013
-
-
davidebr authored
This I found to be helful when debugging on the cluster with buffered output.
-
- Jan 10, 2013
-
-
Gareth Tribello authored
-
- Jan 03, 2013
-
-
Giovanni Bussi authored
When using IFile or OFile only, it is sufficient to include one of the two header files.
-
- Dec 17, 2012
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
Also, consistently: PlumedIFile -> IFile PlumedOFile -> OFile PlumedFileBase -> FileBase
-
Giovanni Bussi authored
-
Giovanni Bussi authored
I replaced all the "using namespace PLMD" statements with explicit namespace PLMD{ …… }. This is more clear and simplify the syntax for defining operators
-
- Dec 13, 2012
-
-
Giovanni Bussi authored
Now the file containing the configuration options is a .cpp file. This limits the effect of the change in the configuration to a single object file and remove the need for BUILDAFTER variable in Makefiles
-
- Dec 10, 2012
-
-
Giovanni Bussi authored
-
- Dec 06, 2012
-
-
Giovanni Bussi authored
-
- Nov 23, 2012
-
-
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 13, 2012
-
-
davidebr authored
-
- Oct 18, 2012
-
-
Giovanni Bussi authored
-
- Sep 21, 2012
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
In the end it is just an aesthetic point, but I think it allows to document the action in the proper place
-
- Sep 20, 2012
-
-
Giovanni Bussi authored
Using a RESTART keyword in the input, files are automatically appended. When not used, files are backed up (a la gromacs). Notice that this works only when using open("file"). The rationale is that if you say open("file","a") or open("file","w") then you know what you are doing. I also removed the extra mode specifier for PlumedIFile (it was redundant: always "r"). If the behavior is not clear enough we can change it...
-
- Sep 18, 2012
-
-
Giovanni Bussi authored
PlumedFile's were not flushed correctly
-
- Aug 13, 2012
-
-
Giovanni Bussi authored
While trying to use the new printField stuff for metadynamics I realized that it is simpler if one does not need to explicitly declare which fields will be printed.
-
- Aug 07, 2012
-
-
Giovanni Bussi authored
I also fixed the formats in two regtests
-
- Jul 30, 2012
-
-
Giovanni Bussi authored
Documentation is still a bit poor. I used it to replace the Log implementation and also for in the GenericPrint class. In the log, this implies a small change (FIELDS line is written in also in the log). I tried to make everything so that regtests are not affected. Only, change, now the rt17 (using _ROTATE) works correctly, writing field names as they are updated.
-
- Jul 24, 2012
-
-
Carlo Camilloni authored
of setting the seed from the plumed.dat files. iy=0 in Random.cpp
-
- Jul 20, 2012
-
-
Giovanni Bussi authored
as suggested by Gareth
-
- Jul 19, 2012
-
-
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 17, 2012
-
-
Carlo Camilloni authored
-
Carlo Camilloni authored
a neighbor exchange pattern (i.e. the PT standard pattern)
-
- Jul 15, 2012
-
-
Carlo Camilloni authored
-
- Jul 14, 2012
-
-
davidebr authored
-
- Jul 12, 2012
-
-
Giovanni Bussi authored
-
- Jul 06, 2012
-
-
Carlo Camilloni authored
-
- Jul 04, 2012
-
-
Giovanni Bussi authored
-