#include "Bdef.h"

void BI_Ssend(BLACSCONTEXT *ctxt, int dest, int msgid, BLACBUFF *bp)
{
   int info;
   BI_MPI_Send(bp->Buff, bp->N, bp->dtype, dest, msgid, ctxt->scp->comm, info);
}


syntax highlighted by Code2HTML, v. 0.9.1