Skip to content
Snippets Groups Projects
  1. Nov 05, 2019
  2. Jan 11, 2019
  3. Mar 12, 2018
  4. Nov 30, 2017
  5. Nov 22, 2017
  6. Jun 08, 2017
  7. Jun 06, 2017
  8. May 11, 2017
  9. May 04, 2017
    • Giovanni Bussi's avatar
      headers · 9d462172
      Giovanni Bussi authored
      Notice that almost all files were updated with the astyle commit
      2813d759
      
      Year in header is here updated to 2017
      9d462172
  10. Apr 25, 2017
  11. Apr 21, 2017
  12. Jul 29, 2016
    • Giovanni Bussi's avatar
      Fixed include order · 836d4ade
      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.
      836d4ade
  13. May 08, 2016
  14. Mar 18, 2016
  15. Feb 01, 2016
    • Giovanni Bussi's avatar
      Added Barrier · c9e9c366
      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
      c9e9c366
  16. Jan 08, 2016
  17. Jun 08, 2015
  18. Feb 06, 2015
    • Giovanni Bussi's avatar
      Improved file tools · a09f101f
      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
      a09f101f
  19. Jan 27, 2015
  20. Jan 24, 2015
    • Giovanni Bussi's avatar
      Per action restart · 77573a0e
      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.
      77573a0e
  21. Oct 27, 2014
  22. Aug 27, 2014
  23. Jun 25, 2014
  24. Apr 07, 2014
  25. Jan 13, 2014
  26. Jan 08, 2014
  27. Dec 16, 2013
    • Toni G's avatar
      Fix in backup output files · fe97fbb9
      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
      
      (cherry picked from commit 448e84fc)
      fe97fbb9
  28. Dec 13, 2013
    • Toni G's avatar
      Fix in backup output files · 448e84fc
      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
      448e84fc
  29. Oct 09, 2013
  30. Sep 12, 2013
  31. Aug 30, 2013
    • Giovanni Bussi's avatar
      Optimized OFile · 43374a25
      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.
      43374a25
  32. Aug 25, 2013
  33. Jul 26, 2013
    • Gareth Tribello's avatar
      Better backup of old files in analysis routines · 8e59fbec
      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.
      8e59fbec
  34. Jul 24, 2013
    • Gareth Tribello's avatar
      Removed clash in OFile in previous commit. · f7e0f3df
      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
      f7e0f3df
Loading