|
ScaLAPACK
2.0.2
ScaLAPACK: Scalable Linear Algebra PACKage
|
#include "Bdef.h"Go to the source code of this file.
Functions/Subroutines | |
| void | BI_Ssend (BLACSCONTEXT *ctxt, int dest, int msgid, BLACBUFF *bp) |
| void BI_Ssend | ( | BLACSCONTEXT * | ctxt, |
| int | dest, | ||
| int | msgid, | ||
| BLACBUFF * | bp | ||
| ) |
Definition at line 3 of file BI_Ssend.c.
{
int info;
info=MPI_Send(bp->Buff, bp->N, bp->dtype, dest, msgid, ctxt->scp->comm);
}