ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
BI_Ssend.c
Go to the documentation of this file.
1
#include "
Bdef.h
"
2
3
void
BI_Ssend
(
BLACSCONTEXT
*ctxt,
int
dest,
int
msgid,
BLACBUFF
*bp)
4
{
5
int
info;
6
info=MPI_Send(bp->
Buff
, bp->
N
, bp->
dtype
, dest, msgid, ctxt->
scp
->
comm
);
7
}
bLaCbUfF::Buff
char * Buff
Definition:
Bdef.h:56
BI_Ssend
void BI_Ssend(BLACSCONTEXT *ctxt, int dest, int msgid, BLACBUFF *bp)
Definition:
BI_Ssend.c:3
bLaCbUfF
Definition:
Bdef.h:54
bLaCbUfF::N
int N
Definition:
Bdef.h:61
bLaCsCoNtExT
Definition:
Bdef.h:23
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_Ssend.c
Generated by
1.8.16