- Nov 05, 2019
-
-
carlocamilloni authored
-
- Jan 11, 2019
-
-
Travis CI User authored
This commit contains changes automatically generated by plumedbot on Travis-ci.
-
- Mar 12, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Nov 30, 2017
-
-
carlocamilloni authored
-
- Nov 22, 2017
-
-
Giovanni Bussi authored
-
- Jun 08, 2017
-
-
Giovanni Bussi authored
-
- Jun 06, 2017
-
-
Giovanni Bussi authored
-
- May 11, 2017
-
-
Gareth Tribello authored
-
- May 04, 2017
-
-
Giovanni Bussi authored
Notice that almost all files were updated with the astyle commit 2813d759 Year in header is here updated to 2017
-
- Apr 25, 2017
-
-
Giovanni Bussi authored
-
- Apr 21, 2017
-
-
Carlo Camilloni authored
-
Giovanni Bussi authored
This is a huge commit, applying indentation to the whole code. Notice that this commit is made on master branch after having merged with -s ours from branch v2.3 See #215
-
Giovanni Bussi authored
This is a huge commit, applying indentation to the whole code. See #215
-
- Jul 29, 2016
-
-
Giovanni Bussi authored
Given header file.h, it is good practice to have a file file.cpp that includes it as first header. I just fix the order of includes here. There are still several headers which do not have a corresponding cpp file, and also a few that are not included anywhere (which is obviosuly an error). I will fix them in a later commit.
-
- May 08, 2016
-
-
Omar Valsson authored
-
- Mar 18, 2016
-
-
Giovanni Bussi authored
-
- Feb 01, 2016
-
-
Giovanni Bussi authored
This barrier is apparently useless since it comes just before a Bcast. Anyway, it looks like it is solving an issue that appeared on TRAVIS (at least on my laptop) so I add it here. Related to #183
-
- Jan 08, 2016
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Jun 08, 2015
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Feb 06, 2015
-
-
Giovanni Bussi authored
It is now possible to enforce the suffix of a file. Additionally, there is a check so that files named "/dev/null" are not added any suffix nor backed up. These changes are useful to implement single-file multiple walkers
-
- Jan 27, 2015
-
-
Giovanni Bussi authored
-
- Jan 24, 2015
-
-
Giovanni Bussi authored
Allow individual action to set restart, using RESTART=YES or RESTART=NO. By default, RESTART=AUTO, that means that global restart settings are used. Notice that this required to change the way OFile knows about restart. Indeed, if the file is linked to an action, it should use Action::getRestart instead of PlumedMain::getRestart.
-
- Oct 27, 2014
-
-
Giovanni Bussi authored
Can be useful if one wants to open externally a file but generate the name with PLUMED rules and properly use backups/append.
-
- Aug 27, 2014
-
-
Giovanni Bussi authored
-
- Jun 25, 2014
-
-
Giovanni Bussi authored
-
- Apr 07, 2014
-
-
Giovanni Bussi authored
-
- Jan 13, 2014
-
-
Giovanni Bussi authored
Now upon rewind file is moved on a backup name (bck.last.xxx). This is to have a recover file in case of crashing while checkpointing
-
- Jan 08, 2014
-
-
Giovanni Bussi authored
Files with gz extension are transparently compressed and decompressed. Closes #17
-
- Dec 16, 2013
-
- Dec 13, 2013
-
-
Toni G authored
(thanks to Toni Giorgino) I fixed a missing include. Original comment: Fixes in backup output files - cant rename open file under windows - print reason for failure - remove leak of FILE*s
-
- 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
-
- Sep 12, 2013
-
-
Giovanni Bussi authored
-
- Aug 30, 2013
-
-
Giovanni Bussi authored
Removed many scans of the output buffer by keeping trace of buffer length. Time needed to write a long line with a sequence of file.printf() is now linear with line length. Before it was quatradic, causing problems especially when logging huge atom lists at startup.
-
- 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 26, 2013
-
-
Gareth Tribello authored
In analysis runs results from previous analysis are saved as analysis.0.<filename>, analysis.1.<filename> etc. If the calculation is NOT restarted and there are files with these names hanging about they are renamed bck.0.analysis.0.<filename> bck.0.analysis.1.<filename> etc.
-
- Jul 24, 2013
-
-
Gareth Tribello authored
Having the backup string specified in OFile::open leads to clashes with the routine that sets open using w+, w, rw etc. It is thus changed so that you can set the backup string to use with a separate method in the class
-