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

Go to the source code of this file.

Functions

void BI_iMPI_amx (void *in, void *inout, MpiInt *N, MPI_Datatype *dtype)

Function Documentation

◆ BI_iMPI_amx()

void BI_iMPI_amx ( void * in,
void * inout,
MpiInt * N,
MPI_Datatype * dtype )

Definition at line 3 of file BI_iMPI_amx.c.

4{
5 void BI_ivvamx(Int, char *, char *);
6 extern BLACBUFF BI_AuxBuff;
7
8 BI_ivvamx(BI_AuxBuff.Len, inout, in);
9}
BLACBUFF BI_AuxBuff
void BI_ivvamx(Int N, char *vec1, char *vec2)
Definition BI_ivvamx.c:2
#define Int
Definition Bconfig.h:22
struct bLaCbUfF BLACBUFF
Definition Bdef.h:53