Skip to content
Snippets Groups Projects
  1. Dec 14, 2005
  2. Dec 13, 2005
  3. 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
    • Peter Bastian's avatar
      bugfix des bugfix · 8e6bde55
      Peter Bastian authored
      [[Imported from SVN: r3613]]
      8e6bde55
    • Oliver Sander's avatar
      added missing include · 22eea3de
      Oliver Sander authored
      [[Imported from SVN: r3612]]
      22eea3de
Loading