ScaLAPACK  2.0.2
ScaLAPACK: Scalable Linear Algebra PACKage
BI_Ssend.c File Reference
#include "Bdef.h"
Include dependency graph for BI_Ssend.c:

Go to the source code of this file.

Functions/Subroutines

void BI_Ssend (BLACSCONTEXT *ctxt, int dest, int msgid, BLACBUFF *bp)

Function/Subroutine Documentation

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);
}

Here is the caller graph for this function: