SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
All Classes Files Functions Variables Typedefs Macros
BI_GlobalVars.c
Go to the documentation of this file.
1#include "Bdef.h"
2/*
3 * Define global variables
4 */
5Int BI_MaxNCtxt=0; /* Number of context pointers allocated */
6Int BI_MaxNSysCtxt=0; /* Number of system ctxt ptrs allocated */
7Int BI_Iam, BI_Np=(-1); /* My pnum, and # of procs in system */
8BLACBUFF *BI_ReadyB=NULL; /* buffer that is ready for use */
9BLACBUFF *BI_ActiveQ=NULL; /* pointer to start of active buffer queue */
11BLACSCONTEXT **BI_MyContxts=NULL; /* Array of pointers to my contexts */
12MPI_Comm *BI_SysContxts=NULL;
14MPI_Status *BI_Stats=NULL;
MPI_Status * BI_Stats
BLACBUFF * BI_ReadyB
Int BI_Iam
Int * BI_COMM_WORLD
Int BI_Np
BLACSCONTEXT ** BI_MyContxts
BLACBUFF * BI_ActiveQ
Int BI_MaxNSysCtxt
MPI_Comm * BI_SysContxts
Int BI_MaxNCtxt
BLACBUFF BI_AuxBuff
#define Int
Definition Bconfig.h:22