comm.h

00001 // "comm.h"
00002 
00003 // (c) OPAC Team, LIFL, August 2005
00004 
00005 /* 
00006    Contact: paradiseo-help@lists.gforge.inria.fr
00007 */
00008 
00009 #ifndef __comm_mpi_h
00010 #define __comm_mpi_h
00011 
00012 #include "../../core/communicable.h"
00013 #include "../../core/reac_thread.h"
00014 
00015 class Communicator : public ReactiveThread {
00016 
00017 public :
00018   
00019   /* Ctor */
00020   Communicator (int * __argc, char * * * __argv);
00021 
00022   void start ();
00023 };
00024 
00025 extern void initCommunication ();
00026 
00027 extern void waitNodeInitialization ();
00028 
00029 extern void wakeUpCommunicator ();
00030 
00031 #endif

Generated on Tue Jan 9 15:47:37 2007 for ParadisEO-PEO by  doxygen 1.4.7