Skip to content
Snippets Groups Projects
  1. Dec 02, 2011
  2. Sep 21, 2011
    • Giovanni Bussi's avatar
      Bug fix in Barrier() · a79e9018
      Giovanni Bussi authored
      wrong behavior with mpi-plumed+non-mpi-md
      a79e9018
    • Giovanni Bussi's avatar
      Corrected doc for LOAD · 6490b571
      Giovanni Bussi authored
      6490b571
    • Giovanni Bussi's avatar
      Automatic compilation · b2ef03b0
      Giovanni Bussi authored
      I modified the "LOAD" command in such a way that if one
      writes "LOAD pippo.cpp" in the plumed.dat file, pippo.cpp is automatically
      compiled to a pippo.so which is then loaded.
      b2ef03b0
    • Giovanni Bussi's avatar
      Added "plumed mklib" tool · 21c43f76
      Giovanni Bussi authored
      A compile_options.sh file is generated by make in the src directory
      and it is used to properly compile a .cpp into a .so (or .dylib on mac).
      Just type "plumed mklib pippo.cpp". Still it should be improved in term
      of linking of multiple .cpp files.
      21c43f76
    • Giovanni Bussi's avatar
      Automatic tools for plumed tool · c29b3bfc
      Giovanni Bussi authored
      Modified the "plumed" script so as to simplify the addition of new
      tools. To add a new tool just put a script in tools/scripts with extension
      .sh. The script should understand the keyword "--description" which is used
      to build a summary of available scripts in the main "plumed" script.
      c29b3bfc
    • Giovanni Bussi's avatar
      Added Barrier() to PlumedCommunicator · fe99e338
      Giovanni Bussi authored
      fe99e338
  3. Aug 26, 2011
  4. Aug 25, 2011
  5. Aug 24, 2011
  6. Jul 27, 2011
  7. Jul 26, 2011
  8. Jul 25, 2011
  9. Jul 24, 2011
  10. Jul 22, 2011
  11. Jul 21, 2011
  12. Jul 20, 2011
  13. Jul 19, 2011
    • Giovanni Bussi's avatar
      Group implementation · 2196faf4
      Giovanni Bussi authored
      A group can be creating using GROUP directive. Groups
      are then automatically expanded when their name is found in parseAtomList.
      2196faf4
    • Giovanni Bussi's avatar
      Added locking/unlocking of requests · c9a5173d
      Giovanni Bussi authored
      This is to be sure that requestArguments() and requestAtoms()
      are only called from the right place, i.e. prepare()
      or initialization
      c9a5173d
Loading