Skip to content
Snippets Groups Projects
  1. Nov 21, 2006
    • Markus Blatt's avatar
      · 2c9c141b
      Markus Blatt authored
      Rely on MPI daemons being started.
      mpi start scripts not needed any more
      
      [[Imported from SVN: r4790]]
      2c9c141b
    • Markus Blatt's avatar
      · 78677942
      Markus Blatt authored
      Use simple for loop instead of sed to insert commas.
      
      [[Imported from SVN: r4789]]
      78677942
    • Markus Blatt's avatar
      · 9ff73a22
      Markus Blatt authored
      Fixed duplicate dependencies.
      
      Fixes Flyspray 198
      
      [[Imported from SVN: r4788]]
      9ff73a22
    • Markus Blatt's avatar
      · 93a5102d
      Markus Blatt authored
      Check added whether any modules were found and whether all modules we
      depend on are found.
      
      Fixes Flyspray 195
      
      [[Imported from SVN: r4787]]
      93a5102d
    • Markus Blatt's avatar
      Fixed introduced typo. · 5d75befc
      Markus Blatt authored
      [[Imported from SVN: r4786]]
      5d75befc
    • Markus Blatt's avatar
      Completed the help page. · a502f22c
      Markus Blatt authored
      Fixes Flyspray issue 192.
      
      
      [[Imported from SVN: r4785]]
      a502f22c
  2. Nov 17, 2006
  3. Nov 16, 2006
  4. Nov 15, 2006
  5. Nov 14, 2006
    • Markus Blatt's avatar
      BugFix. There were some <T> template qualifiers missing. · 296b270e
      Markus Blatt authored
      [[Imported from SVN: r4779]]
      296b270e
    • Markus Blatt's avatar
      · 116c25b1
      Markus Blatt authored
      Fixed a serious bug. (At least sum was not O.K. when working with an
      inout array. We really have to allocate an out array and copy the
      results.)
      
      Made mpicollectivecommunication more generic and reduced code duplication.
      
      There are to new functions (allreduce) than can be given a binary
      function (e. g. std::plus) representing the calculation.
      
      [[Imported from SVN: r4778]]
      116c25b1
    • Markus Blatt's avatar
      · f8f297e2
      Markus Blatt authored
      The collective operations now work with simple C arrays.
      
      [[Imported from SVN: r4777]]
      f8f297e2
  6. Nov 13, 2006
  7. Nov 10, 2006
  8. Nov 06, 2006
  9. Nov 04, 2006
  10. Nov 02, 2006
  11. Oct 30, 2006
  12. Oct 27, 2006
  13. Oct 26, 2006
    • Oliver Sander's avatar
      This patch removes the template metaprogramming for norms and the dot · 4104e4d5
      Oliver Sander authored
      product.  Measuring the impact on efficiency gave the same results
      as for the older TMP stuff.  When compiled with -O3 (g++ 4.1), there
      is no measurable speed difference between the old and the new code.
      That is so even though temporary variables had to be inserted.
      When compiling without optimization, the new code is faster,
      presumably because a standard for-loop is faster than a cascade
      of function calls.  Depending on your vector size, this speedup
      can be considerable!  For a six-entry FieldVector repeatly computing
      norms gets about 40% faster.
      
      This concludes FlySpray issue 46.
      
      [[Imported from SVN: r4759]]
      4104e4d5
    • Oliver Sander's avatar
      bugfix in exists() · a47001e3
      Oliver Sander authored
      [[Imported from SVN: r4758]]
      a47001e3
  14. Oct 25, 2006
  15. Oct 23, 2006
  16. Oct 19, 2006
Loading