AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

CommServer.h File Reference

comm_service implements non-blocking communication services for application controlled event handling. More...

#include <iostream.h>
#include <strstream.h>
#include <fstream.h>
#include "streams_CompConf.h"
#include <iomanip.h>
#include <assert.h>
#include "DAGHDefaults.h"
#include <mpi.h>

Include dependency graph for CommServer.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define comm_service_comp   ((unsigned) 0)
#define comm_service_io   ((unsigned) 1)
#define comm_service_world   ((unsigned) 2)
#define comm_service_tag   (((unsigned) 3)<<14)
#define comm_service_comp_tag   ((comm_service_comp)<<12)
#define comm_service_io_tag   ((comm_service_io)<<12)
#define comm_service_world_tag   ((comm_service_world)<<12)
#define comm_service_null_id   (-1)


Detailed Description

comm_service implements non-blocking communication services for application controlled event handling.

Adapted from: Carter Edwards: Communication services for application controlled event handling.

Author:
Manish Parashar

Definition in file CommServer.h.


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04