|
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] |