Skip to content
Snippets Groups Projects
  1. Apr 23, 2015
  2. Apr 22, 2015
  3. Apr 21, 2015
  4. Apr 15, 2015
    • Giovanni Bussi's avatar
      Tuned travis file · 5a854736
      Giovanni Bussi authored
      I changed a few things:
      1. instead of checking with "--enable-debug" and "--enable-debug --enable-debug-glibcxx"
        I always use both.
      2. I check with debug flags and serial compiler (before it was only debug+MPI)
      3. I changed the order so that runs with manual is the first and runs
        with debug options are also made earlier. This is convenient since they
        take more time
      5a854736
  5. Apr 14, 2015
  6. Apr 13, 2015
  7. Apr 10, 2015
  8. Apr 09, 2015
  9. Mar 27, 2015
    • Giovanni Bussi's avatar
      changelog · f616d243
      Giovanni Bussi authored
      [makedoc]
      f616d243
    • Giovanni Bussi's avatar
      Fixed bug in virial computed from FIT_TO_TEMPLATE · f46039f3
      Giovanni Bussi authored
      This bug was not detected since it only appears if the reference pdb
      has center not in the origin. I also added an extra regtest to check for
      this
      f46039f3
    • Giovanni Bussi's avatar
      Fixed misleading name · 3062f527
      Giovanni Bussi authored
      I changed modifyForce to modifyGlobalForce. Notice that other modifyXX
      methods in ActionAtomistic are returning the local copy. "Global"
      makes more clear that one is modifying the global copy of forces.
      
      I also added modifyGlobalVirial with an analogous functionality
      3062f527
  10. Mar 26, 2015
  11. Mar 24, 2015
  12. Mar 23, 2015
    • Giovanni Bussi's avatar
      Merge branch 'fix-131' into v2.1 · ec132557
      Giovanni Bussi authored
      ec132557
    • Giovanni Bussi's avatar
      Fixes #132 for gmx 5.0.4 · bb6178a2
      Giovanni Bussi authored
      Same as 423d49bf applied to gmx 5.0
      
      Needs gromacs to be repatched
      bb6178a2
    • Giovanni Bussi's avatar
      Fixes #132 for gmx 4.6.7 · 423d49bf
      Giovanni Bussi authored
      Workaround for #132.
      
      Notice that gromacs wants something like -0.5*f*x,
      whereas plumed provides something like -f*x.
      
      Additionally, for not so clear reasons, when using plumed without computing
      ENERGY the virial contribution from plumed was completely ignored.
      
      There are two workarounds in this patch:
      1. In case plumed does not ask gromacs to compute ENERGY, the plumed contribution
         to virial is stored on a separate tensor and added to the gromacs one at the end
      2. In case plumed asks gromacs to compute ENERGY, the a temporary tensor
         is created containing twice the gromacs virial and passed to plumed. The virial
         is then set to half of it.
      
      This should solve both the issues discussed in #132
      
      Needs gromacs to be repatched.
      423d49bf
    • Giovanni Bussi's avatar
      changelog · a5b39d65
      Giovanni Bussi authored
      a5b39d65
    • Giovanni Bussi's avatar
      Updated gmx 5.0.x to 5.0.4 · 556252d1
      Giovanni Bussi authored
      556252d1
Loading