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

Go to the source code of this file.

Functions

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

Function Documentation

◆ BI_zMPI_amn2()

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

Definition at line 2 of file BI_zMPI_amn2.c.

3{
4 void BI_zvvamn2(Int, char *, char *);
5 BI_zvvamn2(*N, inout, in);
6}
void BI_zvvamn2(Int N, char *vec1, char *vec2)
Definition BI_zvvamn2.c:2
#define Int
Definition Bconfig.h:22
#define N