ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
BI_Rsend.c
Go to the documentation of this file.
1
#include "
Bdef.h
"
2
3
4
void
BI_Rsend
(
BLACSCONTEXT
*ctxt,
int
dest,
int
msgid,
BLACBUFF
*bp)
5
{
6
int
info;
7
8
info=MPI_Rsend(bp->
Buff
, bp->
N
, bp->
dtype
, dest, msgid, ctxt->
scp
->
comm
);
9
}
bLaCbUfF::Buff
char * Buff
Definition:
Bdef.h:56
bLaCbUfF
Definition:
Bdef.h:54
bLaCbUfF::N
int N
Definition:
Bdef.h:61
bLaCsCoNtExT
Definition:
Bdef.h:23
BI_Rsend
void BI_Rsend(BLACSCONTEXT *ctxt, int dest, int msgid, BLACBUFF *bp)
Definition:
BI_Rsend.c:4
bLaCsCoNtExT::scp
BLACSSCOPE * scp
Definition:
Bdef.h:26
Bdef.h
bLaCsScOpE::comm
MPI_Comm comm
Definition:
Bdef.h:15
bLaCbUfF::dtype
MPI_Datatype dtype
Definition:
Bdef.h:60
BLACS
SRC
BI_Rsend.c
Generated by
1.8.16