ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class OMPDump

alps::OMPDump

Synopsis

// In header: <alps/osiris/mpdump.h>


class OMPDump : public alps::ODump {
public:
  // construct/copy/destruct
  OMPDump();
  ~OMPDump();

  // public member functions
  void init() ;
  void send(const Process &, int32_t) ;
  void send(const ProcessList &, int32_t) ;
  void broadcast(const alps::Process &) ;
  void write_string(std::size_t, const char *) ;
};

Description

OMPDump public construct/copy/destruct

  1. OMPDump();
  2. ~OMPDump();

OMPDump public member functions

  1. void init() ;
  2. void send(const Process &, int32_t tag) ;
  3. void send(const ProcessList &, int32_t) ;
  4. void broadcast(const alps::Process & thisprocess) ;
  5. void write_string(std::size_t, const char *) ;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext