![]() |
Home | Libraries | License | Support | People | ALPS Web Site |
alps::OMPDump
// 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 *); };
OMPDump
public member functionsvoid init();
void send(const Process &, int32_t tag);
void send(const ProcessList &, int32_t);
void broadcast(const alps::Process & thisprocess);
void write_string(std::size_t, const char *);
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo |