Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

vector_mpicomm.cpp File Reference

#include <iostream>
#include "cxsc_mpicomm_templ.hpp"
#include "vector_mpicomm.hpp"
#include "taylor_mpicomm.hpp"

Functions

template<class T>
int MPI_Pack (vector< T > &tv, void *buff, int bufflen, int *pos, MPI_Comm MC)
template<class T>
int MPI_Unpack (void *buff, int bufflen, int *pos, vector< T > &tv, MPI_Comm MC)
template<class T>
int MPI_Send (vector< T > &tv, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Bsend (vector< T > &tv, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Ssend (vector< T > &tv, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Rsend (vector< T > &tv, int i1, int i2, MPI_Comm MC)
template<class T>
int MPI_Isend (vector< T > &tv, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Ibsend (vector< T > &tv, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Issend (vector< T > &tv, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Irsend (vector< T > &tv, int i1, int i2, MPI_Comm MC, MPI_Request *MR)
template<class T>
int MPI_Recv (vector< T > &tv, int i1, int i2, MPI_Comm MC, MPI_Status *MS)
template<class T>
int MPI_Bcast (vector< T > &tv, int root, MPI_Comm MC)
template<>
int MPI_Pack< double > (vector< double > &tv, void *buff, int bufflen, int *pos, MPI_Comm MC)
template<>
int MPI_Unpack< double > (void *buff, int bufflen, int *pos, vector< double > &tv, MPI_Comm MC)
template<>
int MPI_Unpack< itaylor > (void *buff, int bufflen, int *pos, vector< itaylor > &tv, MPI_Comm MC)
template<>
int MPI_Unpack< dim2taylor > (void *buff, int bufflen, int *pos, vector< dim2taylor > &tv, MPI_Comm MC)
template int MPI_Send< double > (vector< double > &, int, int, MPI_Comm)
template int MPI_Rsend< double > (vector< double > &, int, int, MPI_Comm)
template int MPI_Bsend< double > (vector< double > &, int, int, MPI_Comm)
template int MPI_Ssend< double > (vector< double > &, int, int, MPI_Comm)
template int MPI_Isend< double > (vector< double > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Irsend< double > (vector< double > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Issend< double > (vector< double > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Ibsend< double > (vector< double > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Recv< double > (vector< double > &, int, int, MPI_Comm, MPI_Status *)
template int MPI_Bcast< double > (vector< double > &, int, MPI_Comm)
template int MPI_Send< rvector > (vector< rvector > &, int, int, MPI_Comm)
template int MPI_Rsend< rvector > (vector< rvector > &, int, int, MPI_Comm)
template int MPI_Bsend< rvector > (vector< rvector > &, int, int, MPI_Comm)
template int MPI_Ssend< rvector > (vector< rvector > &, int, int, MPI_Comm)
template int MPI_Isend< rvector > (vector< rvector > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Irsend< rvector > (vector< rvector > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Issend< rvector > (vector< rvector > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Ibsend< rvector > (vector< rvector > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Recv< rvector > (vector< rvector > &, int, int, MPI_Comm, MPI_Status *)
template int MPI_Bcast< rvector > (vector< rvector > &, int, MPI_Comm)
template int MPI_Send< ivector > (vector< ivector > &, int, int, MPI_Comm)
template int MPI_Rsend< ivector > (vector< ivector > &, int, int, MPI_Comm)
template int MPI_Bsend< ivector > (vector< ivector > &, int, int, MPI_Comm)
template int MPI_Ssend< ivector > (vector< ivector > &, int, int, MPI_Comm)
template int MPI_Isend< ivector > (vector< ivector > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Irsend< ivector > (vector< ivector > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Issend< ivector > (vector< ivector > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Ibsend< ivector > (vector< ivector > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Recv< ivector > (vector< ivector > &, int, int, MPI_Comm, MPI_Status *)
template int MPI_Bcast< ivector > (vector< ivector > &, int, MPI_Comm)
template int MPI_Send< vector< ivector > > (vector< vector< ivector > > &, int, int, MPI_Comm)
template int MPI_Rsend< vector< ivector > > (vector< vector< ivector > > &, int, int, MPI_Comm)
template int MPI_Bsend< vector< ivector > > (vector< vector< ivector > > &, int, int, MPI_Comm)
template int MPI_Ssend< vector< ivector > > (vector< vector< ivector > > &, int, int, MPI_Comm)
template int MPI_Isend< vector< ivector > > (vector< vector< ivector > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Irsend< vector< ivector > > (vector< vector< ivector > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Issend< vector< ivector > > (vector< vector< ivector > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Ibsend< vector< ivector > > (vector< vector< ivector > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Recv< vector< ivector > > (vector< vector< ivector > > &, int, int, MPI_Comm, MPI_Status *)
template int MPI_Bcast< vector< ivector > > (vector< vector< ivector > > &, int, MPI_Comm)
template int MPI_Send< itaylor > (vector< itaylor > &, int, int, MPI_Comm)
template int MPI_Rsend< itaylor > (vector< itaylor > &, int, int, MPI_Comm)
template int MPI_Bsend< itaylor > (vector< itaylor > &, int, int, MPI_Comm)
template int MPI_Ssend< itaylor > (vector< itaylor > &, int, int, MPI_Comm)
template int MPI_Isend< itaylor > (vector< itaylor > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Irsend< itaylor > (vector< itaylor > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Issend< itaylor > (vector< itaylor > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Ibsend< itaylor > (vector< itaylor > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Recv< itaylor > (vector< itaylor > &, int, int, MPI_Comm, MPI_Status *)
template int MPI_Bcast< itaylor > (vector< itaylor > &, int, MPI_Comm)
template int MPI_Send< vector< itaylor > > (vector< vector< itaylor > > &, int, int, MPI_Comm)
template int MPI_Rsend< vector< itaylor > > (vector< vector< itaylor > > &, int, int, MPI_Comm)
template int MPI_Bsend< vector< itaylor > > (vector< vector< itaylor > > &, int, int, MPI_Comm)
template int MPI_Ssend< vector< itaylor > > (vector< vector< itaylor > > &, int, int, MPI_Comm)
template int MPI_Isend< vector< itaylor > > (vector< vector< itaylor > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Irsend< vector< itaylor > > (vector< vector< itaylor > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Issend< vector< itaylor > > (vector< vector< itaylor > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Ibsend< vector< itaylor > > (vector< vector< itaylor > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Recv< vector< itaylor > > (vector< vector< itaylor > > &, int, int, MPI_Comm, MPI_Status *)
template int MPI_Bcast< vector< itaylor > > (vector< vector< itaylor > > &, int, MPI_Comm)
template int MPI_Send< dim2taylor > (vector< dim2taylor > &, int, int, MPI_Comm)
template int MPI_Rsend< dim2taylor > (vector< dim2taylor > &, int, int, MPI_Comm)
template int MPI_Bsend< dim2taylor > (vector< dim2taylor > &, int, int, MPI_Comm)
template int MPI_Ssend< dim2taylor > (vector< dim2taylor > &, int, int, MPI_Comm)
template int MPI_Isend< dim2taylor > (vector< dim2taylor > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Irsend< dim2taylor > (vector< dim2taylor > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Issend< dim2taylor > (vector< dim2taylor > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Ibsend< dim2taylor > (vector< dim2taylor > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Recv< dim2taylor > (vector< dim2taylor > &, int, int, MPI_Comm, MPI_Status *)
template int MPI_Bcast< dim2taylor > (vector< dim2taylor > &, int, MPI_Comm)
template int MPI_Send< vector< dim2taylor > > (vector< vector< dim2taylor > > &, int, int, MPI_Comm)
template int MPI_Rsend< vector< dim2taylor > > (vector< vector< dim2taylor > > &, int, int, MPI_Comm)
template int MPI_Bsend< vector< dim2taylor > > (vector< vector< dim2taylor > > &, int, int, MPI_Comm)
template int MPI_Ssend< vector< dim2taylor > > (vector< vector< dim2taylor > > &, int, int, MPI_Comm)
template int MPI_Isend< vector< dim2taylor > > (vector< vector< dim2taylor > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Irsend< vector< dim2taylor > > (vector< vector< dim2taylor > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Issend< vector< dim2taylor > > (vector< vector< dim2taylor > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Ibsend< vector< dim2taylor > > (vector< vector< dim2taylor > > &, int, int, MPI_Comm, MPI_Request *)
template int MPI_Recv< vector< dim2taylor > > (vector< vector< dim2taylor > > &, int, int, MPI_Comm, MPI_Status *)
template int MPI_Bcast< vector< dim2taylor > > (vector< vector< dim2taylor > > &, int, MPI_Comm)

Variables

char commbuffer [MPI_CXSC_BUFFERLEN]

Detailed Description

MPI communication package for STL vectors of C-XSC data types and C-XSC Taylor arithmetic types: Implementation file.

Copyright (C) 2004-2007 Markus Grimmer

Incorporated Routines:

Incorporated Types:


Function Documentation

template<class T>
int MPI_Bcast vector< T > &  tv,
int  root,
MPI_Comm  MC
 

template int MPI_Bcast< dim2taylor > vector< dim2taylor > &  ,
int  ,
MPI_Comm 
 

template int MPI_Bcast< double > vector< double > &  ,
int  ,
MPI_Comm 
 

template int MPI_Bcast< itaylor > vector< itaylor > &  ,
int  ,
MPI_Comm 
 

template int MPI_Bcast< ivector > vector< ivector > &  ,
int  ,
MPI_Comm 
 

template int MPI_Bcast< rvector > vector< rvector > &  ,
int  ,
MPI_Comm 
 

template int MPI_Bcast< vector< dim2taylor > > vector< vector< dim2taylor > > &  ,
int  ,
MPI_Comm 
 

template int MPI_Bcast< vector< itaylor > > vector< vector< itaylor > > &  ,
int  ,
MPI_Comm 
 

template int MPI_Bcast< vector< ivector > > vector< vector< ivector > > &  ,
int  ,
MPI_Comm 
 

template<class T>
int MPI_Bsend vector< T > &  tv,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Bsend< dim2taylor > vector< dim2taylor > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Bsend< double > vector< double > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Bsend< itaylor > vector< itaylor > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Bsend< ivector > vector< ivector > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Bsend< rvector > vector< rvector > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Bsend< vector< dim2taylor > > vector< vector< dim2taylor > > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Bsend< vector< itaylor > > vector< vector< itaylor > > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Bsend< vector< ivector > > vector< vector< ivector > > &  ,
int  ,
int  ,
MPI_Comm 
 

template<class T>
int MPI_Ibsend vector< T > &  tv,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Ibsend< dim2taylor > vector< dim2taylor > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Ibsend< double > vector< double > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Ibsend< itaylor > vector< itaylor > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Ibsend< ivector > vector< ivector > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Ibsend< rvector > vector< rvector > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Ibsend< vector< dim2taylor > > vector< vector< dim2taylor > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Ibsend< vector< itaylor > > vector< vector< itaylor > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Ibsend< vector< ivector > > vector< vector< ivector > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template<class T>
int MPI_Irsend vector< T > &  tv,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Irsend< dim2taylor > vector< dim2taylor > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Irsend< double > vector< double > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Irsend< itaylor > vector< itaylor > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Irsend< ivector > vector< ivector > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Irsend< rvector > vector< rvector > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Irsend< vector< dim2taylor > > vector< vector< dim2taylor > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Irsend< vector< itaylor > > vector< vector< itaylor > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Irsend< vector< ivector > > vector< vector< ivector > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template<class T>
int MPI_Isend vector< T > &  tv,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Isend< dim2taylor > vector< dim2taylor > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Isend< double > vector< double > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Isend< itaylor > vector< itaylor > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Isend< ivector > vector< ivector > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Isend< rvector > vector< rvector > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Isend< vector< dim2taylor > > vector< vector< dim2taylor > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Isend< vector< itaylor > > vector< vector< itaylor > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Isend< vector< ivector > > vector< vector< ivector > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template<class T>
int MPI_Issend vector< T > &  tv,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Request *  MR
 

template int MPI_Issend< dim2taylor > vector< dim2taylor > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Issend< double > vector< double > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Issend< itaylor > vector< itaylor > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Issend< ivector > vector< ivector > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Issend< rvector > vector< rvector > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Issend< vector< dim2taylor > > vector< vector< dim2taylor > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Issend< vector< itaylor > > vector< vector< itaylor > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template int MPI_Issend< vector< ivector > > vector< vector< ivector > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Request * 
 

template<class T>
int MPI_Pack vector< T > &  tv,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

template<>
int MPI_Pack< double > vector< double > &  tv,
void *  buff,
int  bufflen,
int *  pos,
MPI_Comm  MC
 

template<class T>
int MPI_Recv vector< T > &  tv,
int  i1,
int  i2,
MPI_Comm  MC,
MPI_Status *  MS
 

template int MPI_Recv< dim2taylor > vector< dim2taylor > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Status * 
 

template int MPI_Recv< double > vector< double > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Status * 
 

template int MPI_Recv< itaylor > vector< itaylor > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Status * 
 

template int MPI_Recv< ivector > vector< ivector > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Status * 
 

template int MPI_Recv< rvector > vector< rvector > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Status * 
 

template int MPI_Recv< vector< dim2taylor > > vector< vector< dim2taylor > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Status * 
 

template int MPI_Recv< vector< itaylor > > vector< vector< itaylor > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Status * 
 

template int MPI_Recv< vector< ivector > > vector< vector< ivector > > &  ,
int  ,
int  ,
MPI_Comm  ,
MPI_Status * 
 

template<class T>
int MPI_Rsend vector< T > &  tv,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Rsend< dim2taylor > vector< dim2taylor > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Rsend< double > vector< double > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Rsend< itaylor > vector< itaylor > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Rsend< ivector > vector< ivector > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Rsend< rvector > vector< rvector > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Rsend< vector< dim2taylor > > vector< vector< dim2taylor > > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Rsend< vector< itaylor > > vector< vector< itaylor > > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Rsend< vector< ivector > > vector< vector< ivector > > &  ,
int  ,
int  ,
MPI_Comm 
 

template<class T>
int MPI_Send vector< T > &  tv,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Send< dim2taylor > vector< dim2taylor > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Send< double > vector< double > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Send< itaylor > vector< itaylor > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Send< ivector > vector< ivector > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Send< rvector > vector< rvector > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Send< vector< dim2taylor > > vector< vector< dim2taylor > > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Send< vector< itaylor > > vector< vector< itaylor > > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Send< vector< ivector > > vector< vector< ivector > > &  ,
int  ,
int  ,
MPI_Comm 
 

template<class T>
int MPI_Ssend vector< T > &  tv,
int  i1,
int  i2,
MPI_Comm  MC
 

template int MPI_Ssend< dim2taylor > vector< dim2taylor > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Ssend< double > vector< double > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Ssend< itaylor > vector< itaylor > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Ssend< ivector > vector< ivector > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Ssend< rvector > vector< rvector > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Ssend< vector< dim2taylor > > vector< vector< dim2taylor > > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Ssend< vector< itaylor > > vector< vector< itaylor > > &  ,
int  ,
int  ,
MPI_Comm 
 

template int MPI_Ssend< vector< ivector > > vector< vector< ivector > > &  ,
int  ,
int  ,
MPI_Comm 
 

template<class T>
int MPI_Unpack void *  buff,
int  bufflen,
int *  pos,
vector< T > &  tv,
MPI_Comm  MC
 

template<>
int MPI_Unpack< dim2taylor > void *  buff,
int  bufflen,
int *  pos,
vector< dim2taylor > &  tv,
MPI_Comm  MC
 

template<>
int MPI_Unpack< double > void *  buff,
int  bufflen,
int *  pos,
vector< double > &  tv,
MPI_Comm  MC
 

template<>
int MPI_Unpack< itaylor > void *  buff,
int  bufflen,
int *  pos,
vector< itaylor > &  tv,
MPI_Comm  MC
 


Variable Documentation

char commbuffer[MPI_CXSC_BUFFERLEN]
 

Communication buffer.


Generated on Tue Feb 27 21:19:13 2007 for VFIS by  doxygen 1.4.4