SCALAPACK
2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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
}
BI_Rsend
void BI_Rsend(BLACSCONTEXT *ctxt, Int dest, Int msgid, BLACBUFF *bp)
Definition
BI_Rsend.c:4
Int
#define Int
Definition
Bconfig.h:22
Bdef.h
bLaCbUfF::N
Int N
Definition
Bdef.h:61
bLaCbUfF::dtype
MPI_Datatype dtype
Definition
Bdef.h:60
bLaCbUfF::Buff
char * Buff
Definition
Bdef.h:56
bLaCbUfF
Definition
Bdef.h:55
bLaCsCoNtExT::scp
BLACSSCOPE * scp
Definition
Bdef.h:26
bLaCsCoNtExT
Definition
Bdef.h:24
bLaCsScOpE::comm
MPI_Comm comm
Definition
Bdef.h:15
BLACS
SRC
BI_Rsend.c
Generated on Sun Jan 12 2025 15:58:37 for SCALAPACK by
1.9.8