Skip to content
Snippets Groups Projects
  1. May 31, 2012
    • Oliver Sander's avatar
      Document each header file · 98fbc7b3
      Oliver Sander authored
      With the exception of mpicollectivecommunication.hh
      and propertymap.hh, which I didn't understand.
      
      [[Imported from SVN: r6784]]
      98fbc7b3
  2. Sep 08, 2011
  3. Aug 17, 2011
  4. Oct 29, 2010
  5. Aug 25, 2010
  6. Apr 21, 2010
  7. Oct 13, 2009
  8. Aug 08, 2007
  9. Apr 25, 2007
  10. Apr 24, 2007
  11. Nov 14, 2006
    • 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
  12. Mar 15, 2006
  13. Mar 08, 2006
  14. Mar 07, 2006
  15. Jan 13, 2006
  16. Dec 15, 2005
  17. Dec 14, 2005
  18. Dec 12, 2005
    • Peter Bastian's avatar
      added rank and size methods · 929d8e67
      Peter Bastian authored
      [[Imported from SVN: r3615]]
      929d8e67
    • Peter Bastian's avatar
      A wrapper class for global communication · 59e963b7
      Peter Bastian authored
      - provides sum/product/min/max for any value type with operator+, operator* and operator <
        in a generic way using MPI Operators ans MPI data types. Really nice :-)
      - Default version provides dummy communication functions. Can be used to
        make sequential versions compile without MPI
      - It would be possible to include also point to point communication to have
        a nice way to avoid including mpi.h everywhere.
      
      [[Imported from SVN: r3614]]
      59e963b7
Loading