OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
BI_Ssend.c File Reference
#include "Bdef.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ BI_Ssend()

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

Definition at line 3 of file BI_Ssend.c.

4{
5 Int info;
6 info=MPI_Send(bp->Buff, bp->N, bp->dtype, dest, msgid, ctxt->scp->comm);
7}
#define Int
Definition Bconfig.h:22
Int N
Definition Bdef.h:61
MPI_Datatype dtype
Definition Bdef.h:60
char * Buff
Definition Bdef.h:56
BLACSSCOPE * scp
Definition Bdef.h:26
MPI_Comm comm
Definition Bdef.h:15