SCALAPACK
2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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
}
BI_Ssend
void BI_Ssend(BLACSCONTEXT *ctxt, Int dest, Int msgid, BLACBUFF *bp)
Definition
BI_Ssend.c:3
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_Ssend.c
Generated on Sun Jan 12 2025 15:58:37 for SCALAPACK by
1.9.8