Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

pvm_scatt.h

Go to the documentation of this file.
00001 #include "sigma3.h"
00002 
00003 // PVM-related stuff:
00004 
00005 // Message IDs:
00006 
00007 #define SEND_DATA_MSG   1
00008 #define RETURN_DATA_MSG 2
00009 #define HANDSHAKE_MSG   9
00010 #define TERMINATE_MSG   99
00011 #define KILL_CONFIRM    998
00012 #define FAILURE_MSG     999
00013 
00014 void initialize_processors(int nproc, int debug);
00015 void terminate_processors(int debug);
00016 
00017 void pack(initial_state3 &init);
00018 void pack(intermediate_state3 &inter);
00019 void pack(final_state3 &final);
00020 void unpack(initial_state3 &init);
00021 void unpack(intermediate_state3 &inter);
00022 void unpack(final_state3 &final);

Generated at Sun Feb 24 09:57:12 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001