Files
phasicFlow/thirdParty/Zoltan/siMPI/pyMPI/siMPI/_MPI_variables.c
2025-05-15 21:58:43 +03:30

32 lines
880 B
C

/*****************************************************************************
* CVS File Information :
* $RCSfile$
* Author: patmiller $
* Date: 2007/06/11 14:12:54 $
* Revision: 1.2 $
****************************************************************************/
#include "mpi.h"
_MPI_COMM_IMPL* _MPI_COMM_LIST = 0;
_MPI_DATA_ENTRY* _MPI_DATA_BUFF = 0;
_MPI_TYPE_DES* _MPI_TYPE_LIST = 0;
_MPI_OP_TYPE* _MPI_OP_LIST = 0;
_MPI_REQUEST_OBJECT** _MPI_REQ_LIST_OF_LISTS = 0;
int _MPI_INIT_STATUS = 0;
int _MPI_FINALIZED_FLAG = 0;
int _MPI_INITIALIZED_FLAG = 0;
int _MPI_TYPE_COUNT = 0;
int _MPI_DATA_BUFF_COUNT = 0;
int _MPI_COMM_COUNT = 0;
int _MPI_OP_COUNT = 0;
int _MPI_REQ_COUNT = 0;
int _MPI_COMM_ARRAY_SIZE = 0;
int _MPI_DATA_ARRAY_SIZE = 0;
int _MPI_TYPE_ARRAY_SIZE = 0;
int _MPI_OP_ARRAY_SIZE = 0;
int _MPI_REQ_ARRAY_SIZE = 0;
MPI_Request* _MPI_REQNULL;