File: BI_GlobalVars.c

package info (click to toggle)
scalapack 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 37,012 kB
  • sloc: fortran: 339,113; ansic: 74,517; makefile: 1,494; sh: 34
file content (14 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "Bdef.h"
/*
 * Define global variables
 */
Int BI_MaxNCtxt=0;		  /* Number of context pointers allocated */
Int BI_MaxNSysCtxt=0;             /* Number of system ctxt ptrs allocated */
Int BI_Iam, BI_Np=(-1);	          /* My pnum, and # of procs in system */
BLACBUFF *BI_ReadyB=NULL;         /* buffer that is ready for use */
BLACBUFF *BI_ActiveQ=NULL;        /* pointer to start of active buffer queue */
BLACBUFF BI_AuxBuff;
BLACSCONTEXT **BI_MyContxts=NULL; /* Array of pointers to my contexts */
MPI_Comm *BI_SysContxts=NULL;
Int *BI_COMM_WORLD=NULL;
MPI_Status *BI_Stats=NULL;