.TH BMmsg.h h "1/11/1996" " " "BlockSolve95"
.SH NAME
BMmsg.h \- Include file for the compiled message-passing code.
This code is indepedent (we hope) of the sparse matrix
code. The basic idea is to isolate the message-passing
code from the sparse matrix code to allow optimizations
to be done transparently.
.SH SYNOPSIS
.nf
#ifndef __BMmsgh
#define __BMmsgh
/* the "preferred" maximum message size */
#define PREFER_MAX_MSG_SIZE 262144
/* Definitions indicating the status of a message */
#define NOT_COMPLETED 0
#define COMPLETED 1
/* A description of the user-specified data being sent */
typedef struct __BMuser_data
.fi
.SH LOCATION
BlockSolve95/include/BMmsg.h
syntax highlighted by Code2HTML, v. 0.9.1