Gadget
Classes
slavecommunication.h File Reference
#include "mpi.h"
#include "netdata.h"
#include "pvmconstants.h"
#include "doublevector.h"
#include "parametervector.h"
Include dependency graph for slavecommunication.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SlaveCommunication
 The class SlaveCommunication handles netcommunication for a slave process communicating with a master process using PVM. It provides functions for starting/stopping communication with master and sending/receiving data to/from master. The class can receive data of the type: NetDataVariables and CharPtrVector and send data of the type: NetDataResult. To successfully start netcommunication pvmd must be running on host and the process must have been spawned by a master process. More...