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

Go to the source code of this file.

Functions

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

Function Documentation

◆ BI_zMPI_amn()

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

Definition at line 3 of file BI_zMPI_amn.c.

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